From a1dbf346e6f1dc6c539d43bfa40b1aa78772ecdd Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 17 Dec 2015 00:22:27 +0100 Subject: Support showing the mouse cursor in the VNC plugin Change-Id: I380e36b3a814db7ba779d998260d1a75d1d20e0c Reviewed-by: Frederik Gladhorn --- src/plugins/platforms/vnc/qvnc.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/platforms/vnc/qvnc.cpp') 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; -- cgit v1.2.3