- Timestamp:
- May 10, 2018 7:36:50 AM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp
r72185 r72186 216 216 } 217 217 218 // bool UIWizardNewVMPage1::machineFolderCreated()219 // {220 // return !m_strMachineFolder.isEmpty();221 // }222 223 218 void UIWizardNewVMPage1::composeMachineFilePath() 224 219 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h
r72185 r72186 38 38 void onOsTypeChanged(); 39 39 40 /* Helping stuff: */41 //bool machineFolderCreated();42 40 bool createMachineFolder(); 41 /** Removes a previously created folder (if exists) before creating a new one. 42 * used during page cleanup and new folder creation. */ 43 43 bool cleanupMachineFolder(); 44 44 … … 64 64 /** Path of the folder hosting the machine's configuration file. Generated from m_strMachineFilePath. */ 65 65 QString m_strMachineFolder; 66 /** Path of the folder created by this wizard page. Used to remove previously created folders etc. */ 66 /** Path of the folder created by this wizard page. Used to remove previously created 67 * folder. see cleanupMachineFolder();*/ 67 68 QString m_strCreatedFolder; 68 69 /** Base name of the machine is generated from the m_strMachineFilePath. */
Note:
See TracChangeset
for help on using the changeset viewer.