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