Changeset 80442 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 27, 2019 12:28:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h
r79590 r80442 284 284 /** Allows access wizard from base part. */ 285 285 UIWizard *wizardImp() const { return UIWizardPage::wizard(); } 286 /** Allows access page from base part. */ 287 UIWizardPage* thisImp() { return this; } 286 288 /** Allows access wizard-field from base part. */ 287 289 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); }
Note:
See TracChangeset
for help on using the changeset viewer.