comparison: src/main.h
src/main.h
- changeset 3
- d0b278fd29d5
- parent 0
- bb264814dd81
- child 5
- 3c04e05ab24f
equal
deleted
inserted
replaced
13 #define BUILD_ALPHA 1 |
13 #define BUILD_ALPHA 1 |
14 #define BUILD_BETA 2 |
14 #define BUILD_BETA 2 |
15 #define BUILD_RC 3 |
15 #define BUILD_RC 3 |
16 #define BUILD_RELEASE 4 |
16 #define BUILD_RELEASE 4 |
17 |
17 |
18 class QString; |
18 #include <QSettings> |
|
19 |
|
20 static const std::nullptr_t null = nullptr; |
|
21 |
|
22 extern QSettings* cfg; |
19 QString versionString(); |
23 QString versionString(); |
20 |
24 |
21 #endif // MAIN_H |
25 #endif // MAIN_H |