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 1ba86dd..9c1ab6f 100644
--- a/akonadish/state.h
+++ b/akonadish/state.h
@@ -33,6 +33,9 @@ public:
33 void setDebugLevel(unsigned int level); 33 void setDebugLevel(unsigned int level);
34 unsigned int debugLevel() const; 34 unsigned int debugLevel() const;
35 35
36 void setCommandTiming(bool);
37 bool commandTiming() const;
38
36 int commandStarted() const; 39 int commandStarted() const;
37 void commandFinished(int returnCode = 0) const; 40 void commandFinished(int returnCode = 0) const;
38 41