summaryrefslogtreecommitdiffstats
path: root/akonadish/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'akonadish/state.h')
-rw-r--r--akonadish/state.h3
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