diff options
author | Zack Rusin <zack@kde.org> | 2003-11-25 15:30:03 +0000 |
---|---|---|
committer | John Palmieri <johnp@remedyz.boston.redhat.com> | 2006-06-28 08:15:07 -0400 |
commit | 1a468046b79efbeb5546104f7de6ad0e6e67b46b (patch) | |
tree | 627d339d88c45ef48f647b33aef5b7c0a9b3c3dd /qt/connection.h | |
parent | e90fce26342cc28ddeccb107e2b981cc3da73df7 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/connection.h b/qt/connection.h index c864cd7..d1bdd01 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; |