runtimeproviders/ftudefaultruntimeprovider/inc/ftudefaultruntime.h
changeset 9 aa22d2c19e57
parent 2 66c26770985f
equal deleted inserted replaced
7:446dc0e90e84 9:aa22d2c19e57
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef FTU_RUNTIMES_DEFAULTRUNTIME_H
    19 #ifndef FTU_RUNTIMES_DEFAULTRUNTIME_H
    20 #define FTU_RUNTIMES_DEFAULTRUNTIME_H
    20 #define FTU_RUNTIMES_DEFAULTRUNTIME_H
       
    21 
       
    22 #ifdef LOGGING
       
    23 #define QDEBUG(a)   qDebug() <<a
       
    24 #else
       
    25 #define QDEBUG(a)  
       
    26 #endif //LOGGING
       
    27 
    21 
    28 
    22 #include "ftutest_global.h"
    29 #include "ftutest_global.h"
    23 #include <QHash>
    30 #include <QHash>
    24 #include <QStateMachine>
    31 #include <QStateMachine>
    25 
    32