inc/cntdebug.h
changeset 66 554fe4dbbb59
parent 61 d30183af6ca6
equal deleted inserted replaced
61:d30183af6ca6 66:554fe4dbbb59
    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.