summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfbcanvas.cpp
Side-by-side diff
Diffstat (limited to 'noncore/comm/keypebble/krfbcanvas.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfbcanvas.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/krfbcanvas.cpp b/noncore/comm/keypebble/krfbcanvas.cpp
index b3525df..d5b8ce7 100644
--- a/noncore/comm/keypebble/krfbcanvas.cpp
+++ b/noncore/comm/keypebble/krfbcanvas.cpp
@@ -52,6 +52,8 @@ void KRFBCanvas::openURL( const QUrl &url )
QCString host = url.host().latin1();
int display = url.port();
+ Q_UNUSED( host )
+ Q_UNUSED( display )
// connection_->connectTo( host, display );
}