diff options
| author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-04-06 03:01:18 +0200 |
|---|---|---|
| committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-04-06 03:01:18 +0200 |
| commit | 2f419ac89db34d1d3b9ee2e6579a36dfcc36acc3 (patch) | |
| tree | 48e970b5f7a1dd64907b440fd884b9eb59fabc68 | |
| parent | bf68a46bef7cf667a8ac361c2f9f7b27e2587578 (diff) | |
| parent | c21dbf122e57ee90436de65a7f868fd8ce5a377b (diff) | |
Merge remote-tracking branch 'origin/5.13' into dev
Change-Id: I59d16425187f5bbd4089eed0bc5f48efbe366bab
| -rw-r--r-- | src/plugins/platforms/webgl/qwebglintegration.cpp | 1 |
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; |
