summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/ScreenSharing/QtRemoteScreenWindow.h')
-rw-r--r--Swift/QtUI/ScreenSharing/QtRemoteScreenWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/ScreenSharing/QtRemoteScreenWindow.h b/Swift/QtUI/ScreenSharing/QtRemoteScreenWindow.h
index 00ac803..d6c783a 100644
--- a/Swift/QtUI/ScreenSharing/QtRemoteScreenWindow.h
+++ b/Swift/QtUI/ScreenSharing/QtRemoteScreenWindow.h
@@ -12,8 +12,9 @@
class QToolBar;
namespace Swift {
+ class RemoteScreenViewerWidget;
class QtRemoteScreenWindow : public QMainWindow, public RemoteScreenWindow {
Q_OBJECT
@@ -24,8 +25,9 @@ namespace Swift {
private slots:
void handleCloseTriggered();
private:
+ RemoteScreenViewerWidget* viewer;
QAction* closeAction;
QToolBar* controlToolBar;
};
}