From 74b4b55fd5f09c1b8f38228488aa5876e40c0ae3 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 21 Nov 2002 11:48:43 +0000 Subject: - do proper reference counting on the ObexInterface object. reviewed by sandman --- (limited to 'core/launcher/irserver.h') diff --git a/core/launcher/irserver.h b/core/launcher/irserver.h index f9f682f..b3434dd 100644 --- a/core/launcher/irserver.h +++ b/core/launcher/irserver.h @@ -5,6 +5,7 @@ class QCopChannel; class QLibrary; +struct ObexInterface; class IrServer : public QObject { @@ -15,6 +16,7 @@ public: private: QLibrary *lib; + ObexInterface *iface; }; #endif -- cgit v0.9.0.2