changeset 46 | bc5a64e5bc3c |
parent 37 | ba76fc04e6c2 |
child 51 | f39ed5e045e0 |
--- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cppluginlogging.h Wed Jun 23 18:12:20 2010 +0300 +++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cppluginlogging.h Tue Jul 06 14:15:47 2010 +0300 @@ -72,6 +72,7 @@ */ #define DPRINT qDebug() << __PRETTY_FUNCTION__ #define DWARNING qWarning() << __PRETTY_FUNCTION__ +#define DCRITICAL qCritical() << __PRETTY_FUNCTION__ #endif // CPPHONESETTINGSPLUGINSLOGGING_H