diff options
Diffstat (limited to 'Swift/QtUI/QtAdHocCommandWindow.h')
| -rw-r--r-- | Swift/QtUI/QtAdHocCommandWindow.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Swift/QtUI/QtAdHocCommandWindow.h b/Swift/QtUI/QtAdHocCommandWindow.h index d42a77d..0e398af 100644 --- a/Swift/QtUI/QtAdHocCommandWindow.h +++ b/Swift/QtUI/QtAdHocCommandWindow.h @@ -24,3 +24,5 @@ namespace Swift {  			virtual ~QtAdHocCommandWindow(); +			virtual void setOnline(bool online);  		private: +			void closeEvent(QCloseEvent* event);  			void handleNextStageReceived(Command::ref command); @@ -40,2 +42,3 @@ namespace Swift {  			QLabel* label_; +			QLabel* errorLabel_;  			QPushButton* backButton_; | 
 Swift
 Swift