summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/vnc/vncwindow.cpp')
-rw-r--r--src/client/vnc/vncwindow.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/vnc/vncwindow.cpp b/src/client/vnc/vncwindow.cpp
index f55aa28..cf97e74 100644
--- a/src/client/vnc/vncwindow.cpp
+++ b/src/client/vnc/vncwindow.cpp
@@ -118,7 +118,14 @@ void VncWindow::onProjectionStarted()
////////////////////////////////////////////////////////////////////////////////
// Protected
+void VncWindow::close()
+{
+ if (this->isVisible())
+ QDialog::close();
+ else
+ emit running(false, _clientId);
+}
void VncWindow::timerEvent(QTimerEvent *event)
{
if (event->timerId() == _redrawTimer)