Changeset 4165 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Aug 16, 2007 8:30:32 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r4090 r4165 120 120 void cannotDiscardSavedState (const CConsole &console); 121 121 122 void cannotSetSnapshotFolder (const CMachine &aMachine); 122 123 void cannotDiscardSnapshot (const CConsole &console, const CSnapshot &snapshot); 123 124 void cannotDiscardSnapshot (const CProgress &progress, const CSnapshot &snapshot); … … 129 130 void cannotFindMachineByName (const CVirtualBox &vbox, const QString &name); 130 131 131 void cannotEnterSeamlessMode (ULONG aWidth, ULONG aHeight, 132 ULONG aBpp, ULONG aVRam); 132 void cannotEnterSeamlessMode (ULONG aWidth, ULONG aHeight, ULONG aBpp); 133 133 134 134 bool confirmMachineDeletion (const CMachine &machine);
Note:
See TracChangeset
for help on using the changeset viewer.