VirtualBox

Ignore:
Timestamp:
Apr 28, 2009 1:19:14 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46627
Message:

Main: support for using VBox from Python on Windows (still certain limitation apply, such as enum visibility)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h

    r17884 r19239  
    7979public:
    8080    DiskValue()
    81         : id (QUuid())
     81        : id (QString::null)
    8282        , name (QString::null), tip (QString::null), pix (QPixmap()) {}
    83     DiskValue (const QUuid &aId);
     83    DiskValue (const QString &aId);
    8484    DiskValue (const DiskValue &aOther)
    8585        : id (aOther.id)
     
    105105    }
    106106
    107     QUuid  id;
     107    QString id;
    108108    QString name;
    109109    QString tip;
     
    382382
    383383    /* private functions */
    384     QUuid getWithMediaManager (const QUuid &aInitialId = QUuid());
    385     QUuid getWithNewHDWizard();
     384    QString getWithMediaManager (const QString &aInitialId = QString::null);
     385    QString getWithNewHDWizard();
    386386    int maxNameLength() const;
    387387    void prepareComboboxes();
Note: See TracChangeset for help on using the changeset viewer.

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