summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/native_view_container_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/native_view_container_qt.h b/shared/native_view_container_qt.h
index 6937d146d..fbb29ee85 100644
--- a/shared/native_view_container_qt.h
+++ b/shared/native_view_container_qt.h
@@ -15,7 +15,7 @@ public:
: m_embeddable(0)
, m_currentQQuickNativeView(0)
, m_currentQWidgetNativeView(0)
- , m_isQQuick(false)
+ , m_isQQuick(!qgetenv("QQUICKWEBENGINE").isNull())
{
}