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 543b063..3c4c2c7 100644 --- a/akonadish/state.h +++ b/akonadish/state.h | |||
@@ -43,6 +43,7 @@ public: | |||
43 | QString loggingLevel() const; | 43 | QString loggingLevel() const; |
44 | 44 | ||
45 | static void setHasEventLoop(bool evented); | 45 | static void setHasEventLoop(bool evented); |
46 | static bool hasEventLoop(); | ||
46 | 47 | ||
47 | private: | 48 | private: |
48 | class Private; | 49 | class Private; |