From 970414569e3cbd6e2d99a3bd38129448a31a8f98 Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Sat, 4 Sep 2004 15:09:48 +0000 Subject: patch by Jérôme Lodewyck to enable integration of an existing connection into the Qt main loop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt/connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt/connection.h') diff --git a/qt/connection.h b/qt/connection.h index ca962b10..7cb922e3 100644 --- a/qt/connection.h +++ b/qt/connection.h @@ -50,6 +50,7 @@ namespace DBusQt { Message borrowMessage(); Message popMessage(); void stealBorrowMessage( const Message& ); + void dbus_connection_setup_with_qt_main (DBusConnection *connection); public slots: void open( const QString& ); -- cgit