diff options
Diffstat (limited to 'src/gui/kernel/qguiapplication_p.h')
-rw-r--r-- | src/gui/kernel/qguiapplication_p.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/kernel/qguiapplication_p.h b/src/gui/kernel/qguiapplication_p.h index 7ce270b1354..cb4702b5f7e 100644 --- a/src/gui/kernel/qguiapplication_p.h +++ b/src/gui/kernel/qguiapplication_p.h @@ -342,6 +342,10 @@ public: static QThreadPool *qtGuiThreadPool(); +#ifndef QT_NO_OPENGL + bool ownGlobalShareContext = false; +#endif + protected: virtual void handleThemeChanged(); @@ -366,8 +370,6 @@ private: #endif std::shared_ptr<QColorTrcLut> m_a32ColorProfile; - bool ownGlobalShareContext; - static QInputDeviceManager *m_inputDeviceManager; // Cache the maximum device pixel ratio, to iterate through the screen list |