38:db677d321cf4 | 39:2c368cf5cc19 |
---|---|
25 ReleaseBuild = 1, | 25 ReleaseBuild = 1, |
26 InternalBuild = 2, | 26 InternalBuild = 2, |
27 PrivateBuild = 3 | 27 PrivateBuild = 3 |
28 }; | 28 }; |
29 | 29 |
30 struct VersionInfo | |
31 { | |
32 QString shortVersion; | |
33 QString versionString; | |
34 bool release; | |
35 }; | |
36 | |
37 int launchDemo (QString path); | 30 int launchDemo (QString path); |