securitydialogs/secuinotifications/secuinotificationdialogplugin/inc/secuinotificationdebug.h
changeset 35 f1030a78d563
parent 30 cc1cea6aabaf
equal deleted inserted replaced
33:3aa774c655ac 35:f1030a78d563
    19 #define SECUINOTIFICATIONDEBUG_H
    19 #define SECUINOTIFICATIONDEBUG_H
    20 
    20 
    21 #include <e32debug.h>
    21 #include <e32debug.h>
    22 #ifdef _DEBUG
    22 #ifdef _DEBUG
    23 #define RDEBUG( x, y ) RDebug::Printf( "%s %s (%u) %s=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, x, y );
    23 #define RDEBUG( x, y ) RDebug::Printf( "%s %s (%u) %s=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, x, y );
       
    24 #define RDEBUGQT( x, y ) qDebug() << __FILE__ << " " << __PRETTY_FUNCTION__ << " (" << __LINE__ << ") " << x << "=" << y ;
    24 #else
    25 #else
    25 #define RDEBUG( x, y )
    26 #define RDEBUG( x, y )
       
    27 #define RDEBUGQT( x, y ) 
    26 #endif
    28 #endif
    27 
    29 
    28 #endif // SECUINOTIFICATIONDEBUG_H
    30 #endif // SECUINOTIFICATIONDEBUG_H