src/version.h

changeset 295
4241d948af28
parent 281
afed72b544f0
equal deleted inserted replaced
294:70b69a15c736 295:4241d948af28
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #pragma once 19 #pragma once
20 #include <QString> 20 #include <QString>
21 21 #include <QLocale>
22 #ifdef DEBUG
23 # undef RELEASE
24 #endif // DEBUG
25
26 #ifdef RELEASE
27 # undef DEBUG
28 #endif // RELEASE
29 22
30 const QString& fullVersionString(QLocale::FormatType formatType); 23 const QString& fullVersionString(QLocale::FormatType formatType);
31 QString detailedVersionString(QLocale::FormatType formatType); 24 QString detailedVersionString(QLocale::FormatType formatType);
32 QString versionString(QLocale::FormatType formatType); 25 QString versionString(QLocale::FormatType formatType);
33 QString revisionDateString(QLocale::FormatType formatType); 26 QString revisionDateString(QLocale::FormatType formatType);

mercurial