File indexing completed on 2024-05-12 04:46:38

0001 #pragma once
0002 
0003 #include <QString>
0004 #include <KAboutData>
0005 #include "imagetools_export.h"
0006 
0007 /**
0008  * @brief The MauiKit module information
0009  */
0010 namespace MauiKitImageTools
0011 {
0012    /**
0013     * @brief
0014     */
0015    IMAGETOOLS_EXPORT QString versionString();
0016    
0017    /**
0018     * @brief
0019     */
0020    IMAGETOOLS_EXPORT QString buildVersion();
0021    
0022    /**
0023     * @brief
0024     */
0025    IMAGETOOLS_EXPORT KAboutComponent aboutData();
0026    
0027    /**
0028     * @brief
0029     */
0030    IMAGETOOLS_EXPORT KAboutComponent exiv2Data();
0031 
0032 };