VirtualBox

Changeset 72186 in vbox for trunk/src


Ignore:
Timestamp:
May 10, 2018 7:36:50 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt bugref:6769 Some code cleanup

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  
    216216}
    217217
    218 // bool UIWizardNewVMPage1::machineFolderCreated()
    219 // {
    220 //     return !m_strMachineFolder.isEmpty();
    221 // }
    222 
    223218void UIWizardNewVMPage1::composeMachineFilePath()
    224219{
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h

    r72185 r72186  
    3838    void onOsTypeChanged();
    3939
    40     /* Helping stuff: */
    41     //bool machineFolderCreated();
    4240    bool createMachineFolder();
     41    /** Removes a previously created folder (if exists) before creating a new one.
     42     *  used during page cleanup and new folder creation. */
    4343    bool cleanupMachineFolder();
    4444
     
    6464    /** Path of the folder hosting the machine's configuration file. Generated from m_strMachineFilePath. */
    6565    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();*/
    6768    QString m_strCreatedFolder;
    6869    /** Base name of the machine is generated from the m_strMachineFilePath. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette