summaryrefslogtreecommitdiffstats
path: root/akonadish/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'akonadish/state.h')
-rw-r--r--akonadish/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/akonadish/state.h b/akonadish/state.h
index eb07f56..1ba86dd 100644
--- a/akonadish/state.h
+++ b/akonadish/state.h
@@ -36,6 +36,8 @@ public:
36 int commandStarted() const; 36 int commandStarted() const;
37 void commandFinished(int returnCode = 0) const; 37 void commandFinished(int returnCode = 0) const;
38 38
39 static void setHasEventLoop(bool evented);
40
39private: 41private:
40 class Private; 42 class Private;
41 Private * const d; 43 Private * const d;