summaryrefslogtreecommitdiffstats
path: root/qt/connection.h
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2003-11-25 15:30:03 +0000
committerZack Rusin <zack@kde.org>2003-11-25 15:30:03 +0000
commit6d9f72b9e651d90fcbd191b43b5e91ba7bd63789 (patch)
tree0cf6c6c4c660cd3d61d5d3e642a66d981011f44e /qt/connection.h
parent27f6dca9ce4680dbbe8dc20a862f5ad63b709609 (diff)
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.
Diffstat (limited to 'qt/connection.h')
-rw-r--r--qt/connection.h1
1 files changed, 1 insertions, 0 deletions
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;