diff options
Diffstat (limited to 'akonadish/state.h')
-rw-r--r-- | akonadish/state.h | 2 |
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 | |||
39 | private: | 41 | private: |
40 | class Private; | 42 | class Private; |
41 | Private * const d; | 43 | Private * const d; |