summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/main.cpp
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2016-06-21 12:44:31 +0200
committerAndy Nichols <andy.nichols@qt.io>2016-06-28 10:18:38 +0000
commitadf6bd931fe479b058752fb615c30c87ba661f46 (patch)
tree0a6f2d5c0001dd9e024668c4bad9026e2a55696a /src/plugins/platforms/vnc/main.cpp
parent2cf3696d9f11ae2aa2dba56a0774bea10d59a482 (diff)
Add plugin arguments to VNC plugin
It is now possible to specify a port number to run the VNC server on, as well as the screen properties: Logical Size Physical Size Depth Change-Id: I79b38c6e37ad5abb5e158eca9a17d7e8a86e692f Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/plugins/platforms/vnc/main.cpp')
-rw-r--r--src/plugins/platforms/vnc/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/vnc/main.cpp b/src/plugins/platforms/vnc/main.cpp
index b3c78e9caf..1a8c1eeb63 100644
--- a/src/plugins/platforms/vnc/main.cpp
+++ b/src/plugins/platforms/vnc/main.cpp
@@ -54,7 +54,6 @@ public:
QPlatformIntegration* QVncIntegrationPlugin::create(const QString& system, const QStringList& paramList)
{
QT_VNC_DEBUG() << "loading vnc plugin" << system;
- Q_UNUSED(paramList);
if (!system.compare(QLatin1String("vnc"), Qt::CaseInsensitive))
return new QVncIntegration(paramList);