VirtualBox

Ignore:
Timestamp:
Oct 27, 2008 2:04:18 PM (16 years ago)
Author:
vboxsync
Message:

Ported s2 branch (r37120:38456).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxNewHDWzd.h

    r10112 r13580  
    3939    VBoxNewHDWzd (QWidget *aParent = 0);
    4040
    41     CHardDisk hardDisk() { return mChd; }
     41    CHardDisk2 hardDisk() { return mHD; }
    4242    void setRecommendedFileName (const QString &aName);
    4343    void setRecommendedSize (quint64 aSize);
     
    6060private:
    6161
    62     QString imageFileName();
    63     quint64 imageSize();
    64     bool isDynamicImage();
     62    QString location();
     63    bool isDynamicStorage();
    6564    void updateSizeToolTip (quint64 aSizeB);
    6665    bool createHardDisk();
    6766
    68     QIWidgetValidator *mWvalNameAndSize;
    69     CHardDisk          mChd;
     67    QIWidgetValidator *mWValNameAndSize;
     68    CHardDisk2         mHD;
    7069    int                mSliderScale;
    7170    quint64            mMaxVDISize;
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