087ab1f
diff -up qt-everywhere-opensource-src-4.8.3/src/dbus/qdbusconnection.cpp.qdbusconnection_no_debug.patch qt-everywhere-opensource-src-4.8.3/src/dbus/qdbusconnection.cpp
087ab1f
--- qt-everywhere-opensource-src-4.8.3/src/dbus/qdbusconnection.cpp.qdbusconnection_no_debug.patch	2012-09-06 02:33:44.000000000 -0500
087ab1f
+++ qt-everywhere-opensource-src-4.8.3/src/dbus/qdbusconnection.cpp	2012-09-11 08:55:29.854026815 -0500
bab905e
@@ -1109,8 +1109,10 @@ public:
bab905e
         // make sure this connection is running on the main thread
bab905e
         QCoreApplication *instance = QCoreApplication::instance();
bab905e
         if (!instance) {
bab905e
+#ifndef QT_NO_DEBUG
bab905e
             qWarning("QDBusConnection: %s D-Bus connection created before QCoreApplication. Application may misbehave.",
bab905e
                      type == SessionBus ? "session" : type == SystemBus ? "system" : "generic");
bab905e
+#endif
087ab1f
         } else if (QDBusConnectionPrivate::d(*this)) {
bab905e
             QDBusConnectionPrivate::d(*this)->moveToThread(instance->thread());
bab905e
         }