]> git.pld-linux.org Git - packages/qt4.git/blob - qt-everywhere-opensource-src-4.8.3-qdbusconnection_no_debug.patch
icu rebuild
[packages/qt4.git] / qt-everywhere-opensource-src-4.8.3-qdbusconnection_no_debug.patch
1 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
2 --- qt-everywhere-opensource-src-4.8.3/src/dbus/qdbusconnection.cpp.qdbusconnection_no_debug.patch      2012-09-06 02:33:44.000000000 -0500
3 +++ qt-everywhere-opensource-src-4.8.3/src/dbus/qdbusconnection.cpp     2012-09-11 08:55:29.854026815 -0500
4 @@ -1109,8 +1109,10 @@ public:
5          // make sure this connection is running on the main thread
6          QCoreApplication *instance = QCoreApplication::instance();
7          if (!instance) {
8 +#ifndef QT_NO_DEBUG
9              qWarning("QDBusConnection: %s D-Bus connection created before QCoreApplication. Application may misbehave.",
10                       type == SessionBus ? "session" : type == SystemBus ? "system" : "generic");
11 +#endif
12          } else if (QDBusConnectionPrivate::d(*this)) {
13              QDBusConnectionPrivate::d(*this)->moveToThread(instance->thread());
14          }
This page took 0.024351 seconds and 3 git commands to generate.