inc/cntdebug.h
changeset 61 d30183af6ca6
parent 53 e6aff7b69165
child 66 554fe4dbbb59
equal deleted inserted replaced
56:d508aa856878 61:d30183af6ca6
    21 
    21 
    22 #include <QDebug>   // QDebug
    22 #include <QDebug>   // QDebug
    23 #include <QtGlobal> // qDebug()
    23 #include <QtGlobal> // qDebug()
    24 
    24 
    25 // #define TRACK_MEMORY_LEAKS
    25 // #define TRACK_MEMORY_LEAKS
    26 // #define TRACES
    26 #define TRACES
    27 // #define TRACE2FILE
    27 // #define TRACE2FILE
    28 
    28 
    29 /*!
    29 /*!
    30     \def CNT_UNUSED(name)
    30     \def CNT_UNUSED(name)
    31     \brief Declares a single variable as unused when tracing is disabled.
    31     \brief Declares a single variable as unused when tracing is disabled.