src/main.h

changeset 549
715d9a7f6598
parent 541
0e38beeb050a
child 554
2478a6b3106d
equal deleted inserted replaced
548:a99f41732cd2 549:715d9a7f6598
44 #include <stdlib.h> 44 #include <stdlib.h>
45 #include <stdint.h> 45 #include <stdint.h>
46 #include <stdarg.h> 46 #include <stdarg.h>
47 #include <QString> 47 #include <QString>
48 #include <QMutex> 48 #include <QMutex>
49 #include <QTextFormat>
49 50
50 #include "property.h" 51 #include "property.h"
51 #include "config.h" 52 #include "config.h"
52 53
53 #define APPNAME "LDForge" 54 #define APPNAME "LDForge"
117 // Version string identifier 118 // Version string identifier
118 QString versionString(); 119 QString versionString();
119 QString versionMoniker(); 120 QString versionMoniker();
120 QString fullVersionString(); 121 QString fullVersionString();
121 122
123 #define properties private
124 #define typedefs public
125 #define methods
126
122 // ----------------------------------------------------------------------------- 127 // -----------------------------------------------------------------------------
123 #ifdef IN_IDE_PARSER // KDevelop workarounds: 128 #ifdef IN_IDE_PARSER // KDevelop workarounds:
124 # error IN_IDE_PARSER is defined (this code is only for KDevelop workarounds) 129 # error IN_IDE_PARSER is defined (this code is only for KDevelop workarounds)
125 130
126 # ifndef va_start 131 # ifndef va_start

mercurial