Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
VersionHelper.h
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
2// File: VersionHelper.h
3//-----------------------------------------------------------------------------
4// Project: Kactus2
5// Author: Janne Virtanen
6// Date: 31.8.2016
7//
8// Description:
9// A module that returns variations version number.
10//-----------------------------------------------------------------------------
11
12#ifndef VERSIONHELPER_H
13#define VERSIONHELPER_H
14
15#include <KactusAPI/KactusAPIGlobal.h>
16
17#include "QString"
18
20{
24 KACTUS2_API QString createVersionString();
25
29 KACTUS2_API QString versionFull();
30
34 KACTUS2_API QString versionFileStr();
35}
36
37#endif // VERSIONHELPER_H
KACTUS2_API QString versionFileStr()
KACTUS2_API QString versionFull()
KACTUS2_API QString createVersionString()