[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/libs/qjson/src
From:       Flavio Castelli <flavio.castelli () gmail ! com>
Date:       2009-07-20 11:14:26
Message-ID: 1248088466.236487.18005.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 999680 by micron:

fixed compilation error in RELASE mode

 M  +2 -1      qjson_debug.h  


--- trunk/playground/libs/qjson/src/qjson_debug.h #999679:999680
@@ -27,7 +27,8 @@
 #ifdef QJSON_VERBOSE_DEBUG_OUTPUT
   inline QDebug qjsonDebug() { return QDebug(QtDebugMsg); }
 #else
-  #define qjsonDebug QT_NO_QDEBUG_MACRO
+  inline QNoDebug qjsonDebug() { return QNoDebug(); }
+ // #define qjsonDebug QT_NO_QDEBUG_MACRO
 #endif
 
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic