summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-04-06 03:01:18 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-04-06 03:01:18 +0200
commit2f419ac89db34d1d3b9ee2e6579a36dfcc36acc3 (patch)
tree48e970b5f7a1dd64907b440fd884b9eb59fabc68
parentbf68a46bef7cf667a8ac361c2f9f7b27e2587578 (diff)
parentc21dbf122e57ee90436de65a7f868fd8ce5a377b (diff)
Merge remote-tracking branch 'origin/5.13' into dev
-rw-r--r--src/plugins/platforms/webgl/qwebglintegration.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/webgl/qwebglintegration.cpp b/src/plugins/platforms/webgl/qwebglintegration.cpp
index 9311e30..58e4be0 100644
--- a/src/plugins/platforms/webgl/qwebglintegration.cpp
+++ b/src/plugins/platforms/webgl/qwebglintegration.cpp
@@ -336,7 +336,6 @@ void QWebGLIntegrationPrivate::clientConnected(QWebSocket *socket,
const double physicalWidth,
const double physicalHeight)
{
- Q_Q(QWebGLIntegration);
qCDebug(lcWebGL, "%p, Size: %dx%d. Physical Size: %fx%f",
socket, width, height, physicalWidth, physicalHeight);
QWebGLIntegrationPrivate::ClientData client;