From cfc740798191673c9badb1a4543c5b5421054f27 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 10 Jan 2016 12:09:20 +0100 Subject: getter for event loop status --- akonadish/state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'akonadish/state.h') 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: void commandFinished(int returnCode = 0) const; static void setHasEventLoop(bool evented); + static bool hasEventLoop(); private: class Private; -- cgit v1.2.3