summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/vnc/vncthread.h')
-rw-r--r--src/client/vnc/vncthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/vnc/vncthread.h b/src/client/vnc/vncthread.h
index 23530ec..17e991d 100644
--- a/src/client/vnc/vncthread.h
+++ b/src/client/vnc/vncthread.h
@@ -133,6 +133,7 @@ public:
signals:
void imageUpdated(const int x, const int y, const int w, const int h);
void projectionStarted();
+ void projectionStopped();
};