summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/main.cpp
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2016-06-21 14:43:21 +0200
committerAndy Nichols <andy.nichols@qt.io>2016-06-28 10:18:41 +0000
commit8d67ce3c6f6e8a89ebf640b7722c5812f3d80615 (patch)
tree897f29e8b1a64a3d8862c359970037b73557c350 /src/plugins/platforms/vnc/main.cpp
parentadf6bd931fe479b058752fb615c30c87ba661f46 (diff)
Cleanup VNC platform plugins debug messages
There were many development debug statements still intact, so now they have been removed. Some Debug messages were turned into Warnings when it makes sense to warn the end user of something. The rest of the useful debug messages were converted to be in the qt.qpa.vnc logging catagory. Change-Id: I8e9525f02794ab5eccd4c8fcbc2b1f7c9c25b482 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 1a8c1eeb63..6ee8bf1ec6 100644
--- a/src/plugins/platforms/vnc/main.cpp
+++ b/src/plugins/platforms/vnc/main.cpp
@@ -53,7 +53,6 @@ public:
QPlatformIntegration* QVncIntegrationPlugin::create(const QString& system, const QStringList& paramList)
{
- QT_VNC_DEBUG() << "loading vnc plugin" << system;
if (!system.compare(QLatin1String("vnc"), Qt::CaseInsensitive))
return new QVncIntegration(paramList);