KAlarm Library
version.h
00001 /* 00002 * version.h - program version functions 00003 * This file is part of kalarmcal library, which provides access to KAlarm 00004 * calendar data. 00005 * Copyright © 2005,2009-2011 by David Jarvie <djarvie@kde.org> 00006 * 00007 * This library is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU Library General Public License as published 00009 * by the Free Software Foundation; either version 2 of the License, or (at 00010 * your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, but WITHOUT 00013 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00014 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public 00015 * License for more details. 00016 * 00017 * You should have received a copy of the GNU Library General Public License 00018 * along with this library; see the file COPYING.LIB. If not, write to the 00019 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 00020 * MA 02110-1301, USA. 00021 */ 00022 00023 #ifndef KALARM_VERSION_H 00024 #define KALARM_VERSION_H 00025 00026 #include "kalarmcal_export.h" 00027 #include <QtCore/QString> 00028 00029 namespace KAlarmCal 00030 { 00031 00033 KALARMCAL_EXPORT int Version(int major, int minor, int rev); 00034 00036 KALARMCAL_EXPORT int getVersionNumber(const QString& version, QString* subVersion = 0); 00037 00039 KALARMCAL_EXPORT QString getVersionString(int version); 00040 00041 } 00042 00043 #endif // KALARM_VERSION_H 00044 00045 // vim: et sw=4:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 05:13:36 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 05:13:36 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.