diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-11 11:43:44 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-11 11:43:44 +0100 |
commit | b1a66bc9b66213d1d4852553e7180dcc76fb6bf7 (patch) | |
tree | faa63e17b5c48edefb7c831c99c2de303220dc89 /akonadish/state.h | |
parent | f17cd15e3dda370d67ef40fae10f1cf01195f55e (diff) | |
parent | 378230eaa955d6915ad2a1b7792855595b598e05 (diff) | |
download | sink-b1a66bc9b66213d1d4852553e7180dcc76fb6bf7.tar.gz sink-b1a66bc9b66213d1d4852553e7180dcc76fb6bf7.zip |
Merge branch 'feature/akonadish_gointeractive' into develop
Diffstat (limited to 'akonadish/state.h')
-rw-r--r-- | akonadish/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/akonadish/state.h b/akonadish/state.h index 9c1ab6f..b1ca358 100644 --- a/akonadish/state.h +++ b/akonadish/state.h | |||
@@ -40,6 +40,7 @@ public: | |||
40 | void commandFinished(int returnCode = 0) const; | 40 | void commandFinished(int returnCode = 0) const; |
41 | 41 | ||
42 | static void setHasEventLoop(bool evented); | 42 | static void setHasEventLoop(bool evented); |
43 | static bool hasEventLoop(); | ||
43 | 44 | ||
44 | private: | 45 | private: |
45 | class Private; | 46 | class Private; |