VirtualBox

Changeset 86122 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 14, 2020 5:06:31 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9827: Global properties / General page: Forgot something in r140329.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/global
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.cpp

    r86097 r86122  
    4040    bool equal(const UIDataSettingsGlobalGeneral &other) const
    4141    {
    42         return true
     42        return    true
    4343               && (m_strDefaultMachineFolder == other.m_strDefaultMachineFolder)
    4444               && (m_strVRDEAuthLibrary == other.m_strVRDEAuthLibrary)
    45                ;
     45                  ;
    4646    }
    4747
     
    5252
    5353    /** Holds the 'default machine folder' path. */
    54     QString m_strDefaultMachineFolder;
     54    QString  m_strDefaultMachineFolder;
    5555    /** Holds the 'VRDE auth library' name. */
    56     QString m_strVRDEAuthLibrary;
     56    QString  m_strVRDEAuthLibrary;
    5757};
    5858
     
    116116
    117117    /* Update data and failing state: */
    118     setFailed(!saveGeneralData());
     118    setFailed(!saveData());
    119119
    120120    /* Upload properties to data: */
     
    191191}
    192192
    193 bool UIGlobalSettingsGeneral::saveGeneralData()
     193bool UIGlobalSettingsGeneral::saveData()
    194194{
    195195    /* Prepare result: */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h

    r86097 r86122  
    7373
    7474    /** Saves existing data from cache. */
    75     bool saveGeneralData();
     75    bool saveData();
    7676
    7777    /** Holds the page data cache instance. */
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