From 27f6dca9ce4680dbbe8dc20a862f5ad63b709609 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Mon, 24 Nov 2003 19:11:55 +0000 Subject: As changelog says. Integration is pretty much there, so dbus should at least use Qt for timeouts and watches comfortably now. --- qt/connection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qt/connection.h') 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; -- cgit