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 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 | ||
117 | bool State::hasEventLoop() | ||
118 | { | ||
119 | return s_hasEventLoop; | ||
120 | } | ||
121 | |||
117 | void State::setCommandTiming(bool time) | 122 | void State::setCommandTiming(bool time) |
118 | { | 123 | { |
119 | d->timing = time; | 124 | d->timing = time; |