Changeset 14441 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Nov 21, 2008 12:44:11 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h
r14437 r14441 741 741 #endif 742 742 743 bool checkForAutoConvertedSettings(); 743 bool checkForAutoConvertedSettings (bool aAfterRefresh = false); 744 745 void checkForAutoConvertedSettingsAfterRefresh() 746 { checkForAutoConvertedSettings (true); } 744 747 745 748 CSession openSession (const QUuid &aId, bool aExisting = false); -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h
r13580 r14441 350 350 351 351 int warnAboutAutoConvertedSettings (const QString &aFormatVersion, 352 const QString &aFileList); 352 const QString &aFileList, 353 bool aAfterRefresh); 353 354 354 355 bool remindAboutInaccessibleMedia();
Note:
See TracChangeset
for help on using the changeset viewer.