Changeset 91241 in vbox
- Timestamp:
- Sep 15, 2021 9:57:02 AM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVM.cpp
r91240 r91241 30 30 31 31 UIWizardAddCloudVM::UIWizardAddCloudVM(QWidget *pParent, 32 const QString &strFullGroupName /* = QString() */, 33 WizardMode enmMode /* = WizardMode_Auto */) 34 : UINativeWizard(pParent, WizardType_AddCloudVM, enmMode) 32 const QString &strFullGroupName /* = QString() */) 33 : UINativeWizard(pParent, WizardType_AddCloudVM, WizardMode_Auto) 35 34 , m_strFullGroupName(strFullGroupName) 36 35 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVM.h
r90375 r91241 36 36 public: 37 37 38 /** Constructs Add Cloud VM wizard passing @a pParent & @a enmModeto the base-class.38 /** Constructs Add Cloud VM wizard passing @a pParent to the base-class. 39 39 * @param strFullGroupName Brings full group name (/provider/profile) to add VM to. */ 40 UIWizardAddCloudVM(QWidget *pParent, 41 const QString &strFullGroupName = QString(), 42 WizardMode enmMode = WizardMode_Auto); 40 UIWizardAddCloudVM(QWidget *pParent, const QString &strFullGroupName = QString()); 43 41 44 42 /** Returns full group name. */
Note:
See TracChangeset
for help on using the changeset viewer.