VirtualBox

Ignore:
Timestamp:
Nov 21, 2008 12:44:11 AM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Warn about autoconverted settings after successfully refreshing (=reloading) an inaccessible VM with the settings file in the old XML format.

Location:
trunk/src/VBox/Frontends/VirtualBox4/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h

    r14437 r14441  
    741741#endif
    742742
    743     bool checkForAutoConvertedSettings();
     743    bool checkForAutoConvertedSettings (bool aAfterRefresh = false);
     744
     745    void checkForAutoConvertedSettingsAfterRefresh()
     746    { checkForAutoConvertedSettings (true); }
    744747
    745748    CSession openSession (const QUuid &aId, bool aExisting = false);
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h

    r13580 r14441  
    350350
    351351    int warnAboutAutoConvertedSettings (const QString &aFormatVersion,
    352                                         const QString &aFileList);
     352                                        const QString &aFileList,
     353                                        bool aAfterRefresh);
    353354
    354355    bool remindAboutInaccessibleMedia();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette