From 6d9f72b9e651d90fcbd191b43b5e91ba7bd63789 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Tue, 25 Nov 2003 15:30:03 +0000 Subject: Adding DBusServer wrapper. Switching some thingies, looking pretty and being cool... Anyway, we're done at a very basic level. I have to go back to something else now, but i'll try to commit an example sometime soon. --- 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 c864cd7c..d1bdd015 100644 --- a/qt/connection.h +++ b/qt/connection.h @@ -65,6 +65,7 @@ namespace DBusQt { private: friend class Internal::Integrator; DBusConnection* connection() const; + Connection( DBusConnection *connection, QObject *parent ); private: struct Private; Private *d; -- cgit