summaryrefslogtreecommitdiff
path: root/core/launcher/irserver.h
Side-by-side diff
Diffstat (limited to 'core/launcher/irserver.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/irserver.h2
1 files changed, 2 insertions, 0 deletions
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