Changeset 3925 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jul 30, 2007 4:44:12 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23331
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r3802 r3925 79 79 void popupMainMenu (bool aCenter); 80 80 81 void installGuestAdditionsFrom (const QString &aSource); 82 81 83 public slots: 82 84 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r3807 r3925 195 195 const QString &, const QString &); 196 196 197 void cannotDonwloadGuestAdditions (const QString &aName, 198 const QString &aReason); 199 200 int warnAboutAdditionsDownload (const QString &aSrc1, const QString &aSrc2, 201 const QString &aName, ulong aSize); 202 197 203 void warnAboutTooOldAdditions (QWidget *, const QString &, const QString &); 198 204 void warnAboutOldAdditions (QWidget *, const QString &, const QString &);
Note:
See TracChangeset
for help on using the changeset viewer.