##// END OF EJS Templates
Define macro for accessing to QcpApplication instance
Alexandre Leroux -
r34:9938c30cc178
parent child
Show More
@@ -10,6 +10,11
10
10
11 Q_DECLARE_LOGGING_CATEGORY(LOG_SqpApplication)
11 Q_DECLARE_LOGGING_CATEGORY(LOG_SqpApplication)
12
12
13 #if defined(sqpApp)
14 #undef sqpApp
15 #endif
16 #define sqpApp (static_cast<SqpApplication *>(QCoreApplication::instance()))
17
13 class DataSourceController;
18 class DataSourceController;
14
19
15 /**
20 /**
General Comments 0
You need to be logged in to leave comments. Login now