diff options
Diffstat (limited to 'akonadish/state.h')
-rw-r--r-- | akonadish/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/akonadish/state.h b/akonadish/state.h index 9c1ab6f..b1ca358 100644 --- a/akonadish/state.h +++ b/akonadish/state.h | |||
@@ -40,6 +40,7 @@ public: | |||
40 | void commandFinished(int returnCode = 0) const; | 40 | void commandFinished(int returnCode = 0) const; |
41 | 41 | ||
42 | static void setHasEventLoop(bool evented); | 42 | static void setHasEventLoop(bool evented); |
43 | static bool hasEventLoop(); | ||
43 | 44 | ||
44 | private: | 45 | private: |
45 | class Private; | 46 | class Private; |