Changeset 10999 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Jul 30, 2008 4:44:26 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33875
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDiskImageManagerDlg.h
r9867 r10999 49 49 VBoxDiskImageManagerDlg (QWidget *aParent = NULL, Qt::WindowFlags aFlags = Qt::Dialog); 50 50 51 void setup (int aType, bool aDoSelect, const QUuid *aTargetVMId = NULL, bool aRefresh = true, CMachine aMachine = NULL, const QUuid & aHdId = QUuid(), const QUuid & aCdId = QUuid(), const QUuid &aFdId = QUuid());51 void setup (int aType, bool aDoSelect, const QUuid &aTargetVMId = QUuid(), bool aRefresh = true, CMachine aMachine = NULL, const QUuid &aHdId = QUuid(), const QUuid &aCdId = QUuid(), const QUuid &aFdId = QUuid()); 52 52 53 53 static void showModeless (bool aRefresh = true); -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h
r10167 r10999 287 287 signals: 288 288 289 void signalToCloseEditor (QWidget *aEditor, 290 QAbstractItemDelegate::EndEditHint aCloseHint); 289 291 void hdChanged(); 290 292
Note:
See TracChangeset
for help on using the changeset viewer.