Changeset 7442 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
- Timestamp:
- Mar 13, 2008 2:33:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r7342 r7442 196 196 const CVirtualDiskImage &vdi, const CProgress &progress); 197 197 void cannotAttachHardDisk (QWidget *parent, const CMachine &m, const QUuid &id, 198 K DiskControllerType ctl, LONG dev);198 KStorageBus bus, LONG channel, LONG dev); 199 199 void cannotDetachHardDisk (QWidget *parent, const CMachine &m, 200 K DiskControllerType ctl, LONG dev);200 KStorageBus bus, LONG channel, LONG dev); 201 201 void cannotRegisterMedia (QWidget *parent, const CVirtualBox &vbox, 202 202 VBoxDefs::DiskType type, const QString &src);
Note:
See TracChangeset
for help on using the changeset viewer.