Changeset 953 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Feb 16, 2007 3:45:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r809 r953 323 323 /* details generators */ 324 324 325 QString details (const CHardDisk &aHD, bool aPredict = false) const;325 QString details (const CHardDisk &aHD, bool aPredict = false); 326 326 327 327 QString details (const CUSBDevice &aDevice) const; … … 330 330 QString prepareFileNameForHTML (const QString &fn) const; 331 331 332 QString detailsReport (const CMachine &m, bool isNewVM, bool withLinks) const;332 QString detailsReport (const CMachine &m, bool isNewVM, bool withLinks); 333 333 334 334 /* VirtualBox helpers */ … … 354 354 void updateMedia (const VBoxMedia &); 355 355 void removeMedia (VBoxDefs::DiskType, const QUuid &); 356 357 bool findMedia (const CUnknown &, VBoxMedia &) const; 356 358 357 359 /* various helpers */
Note:
See TracChangeset
for help on using the changeset viewer.