Changeset 91026 in vbox for trunk/src/VBox
- Timestamp:
- Aug 31, 2021 11:36:38 AM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp
r90734 r91026 222 222 pButtonCancel->setText(tr("&Cancel")); 223 223 pButtonCancel->setToolTip(tr("Cancel wizard execution.")); 224 } 225 226 void UINativeWizard::wizardClean() 227 { 224 228 } 225 229 … … 559 563 /* Update invisible pages: */ 560 564 m_invisiblePages.clear(); 565 wizardClean(); 561 566 } 562 567 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.h
r90730 r91026 121 121 /** Handles translation event. */ 122 122 virtual void retranslateUi() /* override */; 123 124 /** Wizard specific cleaning such as folder deletion in case of wizard mode change in new vm wizard etc. */ 125 virtual void wizardClean(); 123 126 124 127 protected slots:
Note:
See TracChangeset
for help on using the changeset viewer.