summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_cf_p.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2016-02-17 09:17:16 -0800
committerJake Petroules <jake.petroules@theqtcompany.com>2016-02-19 04:14:29 +0000
commitd40aca0840ca998636f8bdbc217f2a0a5f89c2a6 (patch)
treed4df41961e19c2a0196a46c5c415e4dcb4b94014 /src/corelib/kernel/qeventdispatcher_cf_p.h
parent34adce75c4610e44942e1c94d4ad744b830c6fe0 (diff)
Factor out usage of a private symbol by the iOS platform plugin.
This fixes a link error due to symbol visibility when the iOS platform plugin is built as a shared library. Change-Id: I0b454c5c5033c6b598cede11ce5e3a85e5704c4a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Diffstat (limited to 'src/corelib/kernel/qeventdispatcher_cf_p.h')
-rw-r--r--src/corelib/kernel/qeventdispatcher_cf_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_cf_p.h b/src/corelib/kernel/qeventdispatcher_cf_p.h
index c2592cacc8..e6581e2bac 100644
--- a/src/corelib/kernel/qeventdispatcher_cf_p.h
+++ b/src/corelib/kernel/qeventdispatcher_cf_p.h
@@ -228,6 +228,8 @@ public:
void flush();
protected:
+ QEventLoop *currentEventLoop() const;
+
virtual bool processPostedEvents();
struct ProcessEventsState