ftuapplication/inc/ftufirsttimeuse.h
changeset 9 aa22d2c19e57
parent 7 446dc0e90e84
equal deleted inserted replaced
7:446dc0e90e84 9:aa22d2c19e57
    20 #define FTU_FIRSTTIMEUSE_H
    20 #define FTU_FIRSTTIMEUSE_H
    21 
    21 
    22 #include "ftutest_global.h"
    22 #include "ftutest_global.h"
    23 
    23 
    24 #include <QObject>
    24 #include <QObject>
       
    25 
       
    26 #ifdef LOGGING
       
    27 #define QDEBUG(a)   qDebug() <<a
       
    28 #else
       
    29 #define QDEBUG(a)  
       
    30 #endif //LOGGING
    25 
    31 
    26 FTU_TEST_CLASS(FtuFirstTimeUseTest)
    32 FTU_TEST_CLASS(FtuFirstTimeUseTest)
    27 
    33 
    28 class QStateMachine;
    34 class QStateMachine;
    29 
    35