diff options
Diffstat (limited to 'akonadish/state.cpp')
-rw-r--r-- | akonadish/state.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/akonadish/state.cpp b/akonadish/state.cpp index f3f5975..85cbe10 100644 --- a/akonadish/state.cpp +++ b/akonadish/state.cpp | |||
@@ -112,6 +112,11 @@ void State::setHasEventLoop(bool evented) | |||
112 | s_hasEventLoop = evented; | 112 | s_hasEventLoop = evented; |
113 | } | 113 | } |
114 | 114 | ||
115 | bool State::hasEventLoop() | ||
116 | { | ||
117 | return s_hasEventLoop; | ||
118 | } | ||
119 | |||
115 | void State::setCommandTiming(bool time) | 120 | void State::setCommandTiming(bool time) |
116 | { | 121 | { |
117 | d->timing = time; | 122 | d->timing = time; |