diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-11 11:44:04 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-11 11:44:04 +0100 |
commit | d2d87b5d0d57aaeb46d2058a28749c2463a86a77 (patch) | |
tree | 828ad131eea140407843f6ad7f207823de62e1b7 /akonadish/state.h | |
parent | b1a66bc9b66213d1d4852553e7180dcc76fb6bf7 (diff) | |
parent | b59a7fe545aa2732e98ecc373c4ab5ca741cd920 (diff) | |
download | sink-d2d87b5d0d57aaeb46d2058a28749c2463a86a77.tar.gz sink-d2d87b5d0d57aaeb46d2058a28749c2463a86a77.zip |
Merge branch 'feature/akonadish_log_control' into develop
Diffstat (limited to 'akonadish/state.h')
-rw-r--r-- | akonadish/state.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/akonadish/state.h b/akonadish/state.h index b1ca358..3c4c2c7 100644 --- a/akonadish/state.h +++ b/akonadish/state.h | |||
@@ -39,6 +39,9 @@ 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); |
43 | static bool hasEventLoop(); | 46 | static bool hasEventLoop(); |
44 | 47 | ||