Changeset 19239 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h
- Timestamp:
- Apr 28, 2009 1:19:14 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46627
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h
r17884 r19239 79 79 public: 80 80 DiskValue() 81 : id (Q Uuid())81 : id (QString::null) 82 82 , name (QString::null), tip (QString::null), pix (QPixmap()) {} 83 DiskValue (const Q Uuid&aId);83 DiskValue (const QString &aId); 84 84 DiskValue (const DiskValue &aOther) 85 85 : id (aOther.id) … … 105 105 } 106 106 107 Q Uuidid;107 QString id; 108 108 QString name; 109 109 QString tip; … … 382 382 383 383 /* private functions */ 384 Q Uuid getWithMediaManager (const QUuid &aInitialId = QUuid());385 Q UuidgetWithNewHDWizard();384 QString getWithMediaManager (const QString &aInitialId = QString::null); 385 QString getWithNewHDWizard(); 386 386 int maxNameLength() const; 387 387 void prepareComboboxes();
Note:
See TracChangeset
for help on using the changeset viewer.