Changeset 21833 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
- Timestamp:
- Jul 28, 2009 12:28:02 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50460
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r21481 r21833 610 610 #endif 611 611 612 bool checkForAutoConvertedSettings (bool aAfterRefresh = false); 613 614 void checkForAutoConvertedSettingsAfterRefresh() 615 { checkForAutoConvertedSettings (true); } 612 bool checkForSettingsAutoConversion (bool aAfterRefresh = false); 613 614 bool checkForSettingsAutoConversionAfterRefresh() { return checkForSettingsAutoConversion (true); } 616 615 617 616 CSession openSession (const QString &aId, bool aExisting = false);
Note:
See TracChangeset
for help on using the changeset viewer.