diff options
Diffstat (limited to 'Swift/QtUI/ScreenSharing/QtRemoteScreenWindow.h')
| -rw-r--r-- | Swift/QtUI/ScreenSharing/QtRemoteScreenWindow.h | 2 | 
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 @@ -13,6 +13,7 @@  class QToolBar;  namespace Swift { +	class RemoteScreenViewerWidget;  	class QtRemoteScreenWindow : public QMainWindow, public RemoteScreenWindow {  			Q_OBJECT @@ -25,6 +26,7 @@ namespace Swift {  			void handleCloseTriggered();  		private: +			RemoteScreenViewerWidget* viewer;  			QAction* closeAction;  			QToolBar* controlToolBar;  	};  | 
 Swift