KCoreAddons

kcoreaddons.cpp
1/*
2 This file is part of the KDE Libraries
3
4 SPDX-FileCopyrightText: 2016 David Edmundson <davidedmundson@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#include "kcoreaddons.h"
10
11#include "kcoreaddons_version.h"
12
14{
15 return QStringLiteral(KCOREADDONS_VERSION_STRING);
16}
17
19{
20 return KCOREADDONS_VERSION;
21}
KCOREADDONS_EXPORT QString versionString()
Returns the version number of KCoreAddons at run-time as a string (for example, "5....
KCOREADDONS_EXPORT unsigned int version()
Returns a numerical version number of KCoreAddons at run-time in the form 0xMMNNPP (MM = major,...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:31 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.