MauiKit Controls
2#include "../mauikit_version.h"
4QString MauiKitCore::versionString()
6 return QStringLiteral(MAUIKIT_VERSION_STRING);
9QString MauiKitCore::buildVersion()
11 return GIT_BRANCH+QStringLiteral(
"/")+GIT_COMMIT_HASH;
17 QStringLiteral(
"Maui convergent controls."),
18 QStringLiteral(MAUIKIT_VERSION_STRING),
19 QStringLiteral(
"http://mauikit.org"),
20 KAboutLicense::LicenseKey::LGPL_V3);
26 QStringLiteral(
"Lüv is the spiritual successor to Flattr, a flat but complex icon theme for freedesktop environments."),
27 QStringLiteral(
"1.0"),
28 QStringLiteral(
"https://github.com/Nitrux/luv-icon-theme"),
29 KAboutLicense::LicenseKey::Artistic);
35 QStringLiteral(
"Configuration and preferences manager."),
36 QStringLiteral(MAUIKIT_VERSION_STRING),
37 QStringLiteral(
"http://mauikit.org"),
38 KAboutLicense::LicenseKey::LGPL_V3);
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 14 2025 11:53:05 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.