src/main.h

changeset 549
715d9a7f6598
parent 541
0e38beeb050a
child 554
2478a6b3106d
--- a/src/main.h	Fri Dec 06 21:30:58 2013 +0200
+++ b/src/main.h	Sat Dec 07 00:01:20 2013 +0200
@@ -46,6 +46,7 @@
 #include <stdarg.h>
 #include <QString>
 #include <QMutex>
+#include <QTextFormat>
 
 #include "property.h"
 #include "config.h"
@@ -119,6 +120,10 @@
 QString versionMoniker();
 QString fullVersionString();
 
+#define properties private
+#define typedefs public
+#define methods
+
 // -----------------------------------------------------------------------------
 #ifdef IN_IDE_PARSER // KDevelop workarounds:
 # error IN_IDE_PARSER is defined (this code is only for KDevelop workarounds)

mercurial