Changeset 90045 in vbox
- Timestamp:
- Jul 6, 2021 9:00:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp
r90032 r90045 235 235 if (iIndex > m_iLastIndex) 236 236 pPage->initializePage(); 237 238 /* Disable/enable Next button: */ 239 QPushButton *pButtonNext = wizardButton(WizardButtonType_Next); 240 AssertMsgReturnVoid(pButtonNext, ("No Next wizard button found!\n")); 241 pButtonNext->setEnabled(pPage->isComplete()); 237 242 238 243 /* Update last index: */
Note:
See TracChangeset
for help on using the changeset viewer.