Changeset 5803 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
- Timestamp:
- Nov 20, 2007 1:55:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r5774 r5803 242 242 void cannotDownloadGuestAdditions (const QString &aURL, 243 243 const QString &aReason); 244 intconfirmDownloadAdditions (const QString &aURL, ulong aSize);245 intconfirmMountAdditions (const QString &aURL, const QString &aSrc);244 bool confirmDownloadAdditions (const QString &aURL, ulong aSize); 245 bool confirmMountAdditions (const QString &aURL, const QString &aSrc); 246 246 void warnAboutTooOldAdditions (QWidget *, const QString &, const QString &); 247 247 void warnAboutOldAdditions (QWidget *, const QString &, const QString &); … … 254 254 const QString &aResult); 255 255 256 bool remindAboutInputCapture();257 boolremindAboutAutoCapture();258 bool remindAboutMouseIntegration (bool supportsAbsolute);256 bool confirmInputCapture(); 257 void remindAboutAutoCapture(); 258 void remindAboutMouseIntegration (bool aSupportsAbsolute); 259 259 bool remindAboutPausedVMInput(); 260 260 261 261 bool remindAboutInaccessibleMedia(); 262 262 263 void remindAboutGoingFullscreen (const QString &hotKey, 264 const QString &hostKey); 265 void remindAboutGoingSeamless (const QString &hotKey, 266 const QString &hostKey); 263 bool confirmGoingFullscreen (const QString &aHotKey); 264 bool confirmGoingSeamless (const QString &aHotKey); 267 265 268 266 void remindAboutWrongColorDepth (ulong aRealBPP, ulong aWantedBPP); … … 273 271 bool confirmVMReset (QWidget *aParent); 274 272 275 int remindAboutUnsetHD(QWidget *aParent);273 bool confirmHardDisklessMachine (QWidget *aParent); 276 274 277 275 void cannotRunInSelectorMode();
Note:
See TracChangeset
for help on using the changeset viewer.