MauiKit Image Tools

moduleinfo.h
1#pragma once
2
3#include <QString>
4#include <KAboutData>
5#include "imagetools_export.h"
6
7/**
8 * @brief The MauiKit module information
9 */
11{
12 /**
13 * @brief
14 */
15 IMAGETOOLS_EXPORT QString versionString();
16
17 /**
18 * @brief
19 */
20 IMAGETOOLS_EXPORT QString buildVersion();
21
22 /**
23 * @brief
24 */
25 IMAGETOOLS_EXPORT KAboutComponent aboutData();
26
27 /**
28 * @brief
29 */
30 IMAGETOOLS_EXPORT KAboutComponent exiv2Data();
31
32};
The MauiKit module information.
Definition moduleinfo.h:11
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:53:30 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.