diff options
Diffstat (limited to 'akonadish/state.h')
-rw-r--r-- | akonadish/state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/akonadish/state.h b/akonadish/state.h index 9c1ab6f..3c4c2c7 100644 --- a/akonadish/state.h +++ b/akonadish/state.h | |||
@@ -39,7 +39,11 @@ public: | |||
39 | int commandStarted() const; | 39 | int commandStarted() const; |
40 | void commandFinished(int returnCode = 0) const; | 40 | void commandFinished(int returnCode = 0) const; |
41 | 41 | ||
42 | void setLoggingLevel(const QString &level) const; | ||
43 | QString loggingLevel() const; | ||
44 | |||
42 | static void setHasEventLoop(bool evented); | 45 | static void setHasEventLoop(bool evented); |
46 | static bool hasEventLoop(); | ||
43 | 47 | ||
44 | private: | 48 | private: |
45 | class Private; | 49 | class Private; |