comparison: src/main.h
src/main.h
- changeset 10
- bc1414343e19
- parent 6
- 67b6ef6917ba
- child 13
- 9bdddd2ccde6
equal
deleted
inserted
replaced
17 |
17 |
18 #define elif else if |
18 #define elif else if |
19 |
19 |
20 #include <QSettings> |
20 #include <QSettings> |
21 |
21 |
|
22 struct VersionInfo; |
22 static const std::nullptr_t null = nullptr; |
23 static const std::nullptr_t null = nullptr; |
23 |
24 |
24 extern const QList<QString> g_zanVersions; |
|
25 QString versionString(); |
25 QString versionString(); |
26 |
26 |
27 #endif // MAIN_H |
27 #endif // MAIN_H |