Changeset 23223 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxNewHDWzd.h
- Timestamp:
- Sep 22, 2009 3:50:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxNewHDWzd.h
r16867 r23223 39 39 VBoxNewHDWzd (QWidget *aParent = 0); 40 40 41 C HardDiskhardDisk() { return mHD; }41 CMedium hardDisk() { return mHD; } 42 42 void setRecommendedFileName (const QString &aName); 43 43 void setRecommendedSize (quint64 aSize); … … 66 66 67 67 QIWidgetValidator *mWValNameAndSize; 68 C HardDiskmHD;68 CMedium mHD; 69 69 int mSliderScale; 70 70 quint64 mMaxVDISize;
Note:
See TracChangeset
for help on using the changeset viewer.