summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-06-12 09:57:11 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-06-12 16:08:45 +0200
commit0f0c301265d0acd2ea15769b0930eb4054e54a3d (patch)
tree7b75c7b87f6f89374746b8e2b8973b134da84df4 /shared
parent6c455978062b8e39e7a8815c95b39c0aefc8da74 (diff)
Start simplifying WebContentsDelegateQt
Mostly removing duplicated code so far.
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())
{
}