Changeset 91714 in vbox
- Timestamp:
- Oct 13, 2021 1:05:36 PM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 4 deleted
- 5 edited
-
Makefile.kmk (modified) (2 diffs)
-
src/wizards/UIWizard.cpp (deleted)
-
src/wizards/UIWizard.h (deleted)
-
src/wizards/UIWizardPage.cpp (deleted)
-
src/wizards/UIWizardPage.h (deleted)
-
src/wizards/clonevd/UIWizardCloneVD.h (modified) (1 diff)
-
src/wizards/clonevm/UIWizardCloneVM.h (modified) (1 diff)
-
src/wizards/exportappliance/UIWizardExportAppPageExpert.h (modified) (1 diff)
-
src/wizards/newvd/UIWizardNewVD.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r91713 r91714 917 917 src/wizards/UINativeWizard.h \ 918 918 src/wizards/UINativeWizardPage.h \ 919 src/wizards/UIWizard.h \920 src/wizards/UIWizardPage.h \921 919 src/wizards/editors/UIWizardDiskEditors.h \ 922 920 src/wizards/newvd/UIWizardNewVD.h \ … … 1474 1472 src/wizards/UINativeWizard.cpp \ 1475 1473 src/wizards/UINativeWizardPage.cpp \ 1476 src/wizards/UIWizard.cpp \1477 src/wizards/UIWizardPage.cpp \1478 1474 src/wizards/editors/UIWizardDiskEditors.cpp \ 1479 1475 src/wizards/newvd/UIWizardNewVD.cpp \ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.h
r91222 r91714 30 30 #include "CMediumFormat.h" 31 31 32 /** UIWizard subclass to clone virtual disk image files.*/32 /** Clone Virtual Disk wizard: */ 33 33 class UIWizardCloneVD : public UINativeWizard 34 34 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h
r91035 r91714 30 30 #include "CSnapshot.h" 31 31 32 /* Clone VMwizard: */32 /** Clone Virtual Machine wizard: */ 33 33 class UIWizardCloneVM : public UINativeWizard 34 34 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h
r91707 r91714 51 51 class UIWizardExportApp; 52 52 53 /** UIWizardPage extension for UIWizardExportAppVMs, UIWizardExportAppFormat and UIWizardExportAppSettings. */ 53 /** UINativeWizardPage extension for expert page of the Export Appliance wizard, 54 * based on UIWizardExportAppVMs, UIWizardExportAppFormat & UIWizardExportAppSettings namespace functions. */ 54 55 class UIWizardExportAppPageExpert : public UINativeWizardPage 55 56 { -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h
r91341 r91714 30 30 #include "CMediumFormat.h" 31 31 32 /** New Virtual Hard Drivewizard. */32 /** New Virtual Disk wizard. */ 33 33 class SHARED_LIBRARY_STUFF UIWizardNewVD : public UINativeWizard 34 34 {
Note:
See TracChangeset
for help on using the changeset viewer.

