summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/qvnc.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-12-17 00:22:27 +0100
committerAndy Nichols <andy.nichols@qt.io>2016-06-28 10:18:19 +0000
commita1dbf346e6f1dc6c539d43bfa40b1aa78772ecdd (patch)
tree39b89e90cc57e488679a69461b642bd65519aab6 /src/plugins/platforms/vnc/qvnc.cpp
parent53f7e565db860a9993c79139b941999d206f0b1d (diff)
Support showing the mouse cursor in the VNC plugin
Change-Id: I380e36b3a814db7ba779d998260d1a75d1d20e0c Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/plugins/platforms/vnc/qvnc.cpp')
-rw-r--r--src/plugins/platforms/vnc/qvnc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/platforms/vnc/qvnc.cpp b/src/plugins/platforms/vnc/qvnc.cpp
index 6948344701..d01d53b2f8 100644
--- a/src/plugins/platforms/vnc/qvnc.cpp
+++ b/src/plugins/platforms/vnc/qvnc.cpp
@@ -681,7 +681,6 @@ void QVncServer::setDirty()
void QVncServer::newConnection()
{
- QT_VNC_DEBUG() << "!!!!!!!!!!!! new connection";
if (client)
delete client;
@@ -1023,12 +1022,10 @@ void QVncServer::setEncodings()
break;
case Cursor:
supportCursor = true;
-#ifndef QT_NO_QWS_CURSOR
if (!qvnc_screen->screen()) {
delete qvnc_cursor;
qvnc_cursor = new QVncClientCursor(this);
}
-#endif
break;
case DesktopSize:
supportDesktopSize = true;