summaryrefslogtreecommitdiff
path: root/core/launcher/irserver.h
Unidiff
Diffstat (limited to 'core/launcher/irserver.h') (more/less context) (show 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
@@ -7,2 +7,3 @@ class QCopChannel;
7class QLibrary; 7class QLibrary;
8struct ObexInterface;
8 9
@@ -17,2 +18,3 @@ private:
17 QLibrary *lib; 18 QLibrary *lib;
19 ObexInterface *iface;
18}; 20};