VirtualBox

Changeset 91221 in vbox


Ignore:
Timestamp:
Sep 14, 2021 7:17:16 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9183. Cleaning.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/medium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.cpp

    r91132 r91221  
    9090    return true;
    9191}
    92 
    93 // bool UIMediumItem::copy()
    94 // {
    95 //     /* Show Clone VD wizard: */
    96 //     // UISafePointerWizard pWizard = new UIWizardCloneVD(treeWidget(), medium().medium());
    97 //     // pWizard->prepare();
    98 //     // pWizard->exec();
    99 
    100 //     // /* Delete if still exists: */
    101 //     // if (pWizard)
    102 //     //     delete pWizard;
    103 
    104 //     // /* True by default: */
    105 //     return true;
    106 // }
    10792
    10893bool UIMediumItem::release(bool fInduced /* = false */)
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.h

    r91132 r91221  
    4747    UIMediumItem(const UIMedium &guiMedium, QITreeWidgetItem *pParent);
    4848
    49     /** Copies UIMedium wrapped by <i>this</i> item. */
    50     //virtual bool copy();
    5149    /** Moves UIMedium wrapped by <i>this</i> item. */
    5250    virtual bool move();
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