summaryrefslogtreecommitdiffstats
path: root/akonadish/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akonadish/state.cpp')
-rw-r--r--akonadish/state.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/akonadish/state.cpp b/akonadish/state.cpp
index dbd5952..9fb5bcc 100644
--- a/akonadish/state.cpp
+++ b/akonadish/state.cpp
@@ -114,6 +114,11 @@ void State::setHasEventLoop(bool evented)
114 s_hasEventLoop = evented; 114 s_hasEventLoop = evented;
115} 115}
116 116
117bool State::hasEventLoop()
118{
119 return s_hasEventLoop;
120}
121
117void State::setCommandTiming(bool time) 122void State::setCommandTiming(bool time)
118{ 123{
119 d->timing = time; 124 d->timing = time;