summaryrefslogtreecommitdiffstats
path: root/qt/connection.h
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2003-11-24 19:11:55 +0000
committerZack Rusin <zack@kde.org>2003-11-24 19:11:55 +0000
commit27f6dca9ce4680dbbe8dc20a862f5ad63b709609 (patch)
treef3458e7b3c5a9ad1debfc178c50df26b2f7ba380 /qt/connection.h
parent89d43511ec5718823d8faa98246e420af5f26d5a (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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt/connection.h b/qt/connection.h
index b9ff9438..c864cd7c 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;