summaryrefslogtreecommitdiff
path: root/debian/patches/0235-qdbus-dispatch-async-timeout.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0235-qdbus-dispatch-async-timeout.diff')
-rw-r--r--debian/patches/0235-qdbus-dispatch-async-timeout.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/0235-qdbus-dispatch-async-timeout.diff b/debian/patches/0235-qdbus-dispatch-async-timeout.diff
deleted file mode 100644
index edd7fe7..0000000
--- a/debian/patches/0235-qdbus-dispatch-async-timeout.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-qt-bugs@ issue : none
-Trolltech task ID : none
-bugs.kde.org number : none
-applied: no
-author: Michael Leupold <lemma@confuego.org>
-
-This patch dispatches synthesized timeout messages directly
-after handling them. This is neccessary in order to receive timeout
-errors to asynchroneous messages.
-
---- a/src/dbus/qdbusintegrator.cpp (Revision 827848)
-+++ b/src/dbus/qdbusintegrator.cpp (Arbeitskopie)
-@@ -988,6 +988,7 @@
- {
- DBusTimeout *timeout = timeouts.value(e->timerId(), 0);
- q_dbus_timeout_handle(timeout);
-+ doDispatch();
- }
-
- void QDBusConnectionPrivate::customEvent(QEvent *e)