diff options
author | Zack Rusin <zack@kde.org> | 2003-11-24 19:11:55 +0000 |
---|---|---|
committer | John Palmieri <johnp@remedyz.boston.redhat.com> | 2006-06-28 08:15:07 -0400 |
commit | e90fce26342cc28ddeccb107e2b981cc3da73df7 (patch) | |
tree | 35314d2ba13d6f443fe3dba50717c185c5642545 /qt/connection.h | |
parent | 7b3dc996843d07eceda9add3b5cd64f2dc213637 (diff) |
As changelog says. Integration is pretty much there, so dbus should at least
use Qt for timeouts and watches comfortably now.
Diffstat (limited to 'qt/connection.h')
-rw-r--r-- | qt/connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt/connection.h b/qt/connection.h index b9ff943..c864cd7 100644 --- a/qt/connection.h +++ b/qt/connection.h @@ -61,7 +61,6 @@ namespace DBusQt { protected: void init( const QString& host ); - void initDbus(); virtual void* virtual_hook( int id, void* data ); private: friend class Internal::Integrator; |