inc/cntdebug.h
changeset 71 7cc7d74059f9
parent 65 ae724a111993
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
    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.