Changeset 54954 in vbox for trunk/src/VBox
- Timestamp:
- Mar 25, 2015 6:17:26 PM (10 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/settings
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.cpp
r54952 r54954 234 234 } 235 235 236 void UISettingsSerializerProgress::closeEvent(QCloseEvent *pEvent) 237 { 238 /* No need to close the dialog: */ 239 pEvent->ignore(); 240 } 241 242 void UISettingsSerializerProgress::reject() 243 { 244 /* No need to reject the dialog. */ 245 } 246 236 247 void UISettingsSerializerProgress::sltStartProcess() 237 248 { -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.h
r54952 r54954 160 160 void retranslateUi(); 161 161 162 /** Close event-handler called with the given window system @a pEvent. */ 163 virtual void closeEvent(QCloseEvent *pEvent); 164 162 165 private slots: 166 167 /** Hides the modal dialog and sets the result code to <i>Rejected</i>. */ 168 virtual void reject(); 163 169 164 170 /** Starts the process. */
Note:
See TracChangeset
for help on using the changeset viewer.