summaryrefslogtreecommitdiff
path: root/x11/ipc/client/ocopclient.h
Side-by-side diff
Diffstat (limited to 'x11/ipc/client/ocopclient.h') (more/less context) (show whitespace changes)
-rw-r--r--x11/ipc/client/ocopclient.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/ipc/client/ocopclient.h b/x11/ipc/client/ocopclient.h
index 53018a5..ee2015a 100644
--- a/x11/ipc/client/ocopclient.h
+++ b/x11/ipc/client/ocopclient.h
@@ -22,3 +22,7 @@ class OCOPClient : public QObject{
public:
-
+ /*
+ * this is the static
+ * OCopClient
+ */
+ static OCOPClient* self();
/**
@@ -58,2 +62,3 @@ private:
+ static OCOPClient* m_self;
};