VirtualBox

Changeset 95390 in vbox


Ignore:
Timestamp:
Jun 27, 2022 12:48:52 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151985
Message:

FE/Qt/Ds: bugref:9898: Stuff missed in r150220.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.h

    r94323 r95390  
    5858    /** Saves settings from cache to external object(s) packed inside @a data.
    5959      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    60     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     60    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6161
    6262    /** Handles translation event. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h

    r93990 r95390  
    5757    /** Saves settings from cache to external object(s) packed inside @a data.
    5858      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    59     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     59    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6060
    6161    /** Handles translation event. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h

    r93990 r95390  
    5757    /** Saves settings from cache to external object(s) packed inside @a data.
    5858      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    59     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     59    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6060
    6161    /** Performs validation, updates @a messages list if something is wrong. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInterface.h

    r94323 r95390  
    5656    /** Saves settings from cache to external object(s) packed inside @a data.
    5757      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    58     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     58    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    5959
    6060    /** Handles translation event. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h

    r93990 r95390  
    5656    /** Saves settings from cache to external object(s) packed inside @a data.
    5757      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    58     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     58    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    5959
    6060    /** Handles translation event. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h

    r94333 r95390  
    5757    /** Saves settings from cache to external object(s) packed inside @a data.
    5858      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    59     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     59    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6060
    6161    /** Performs validation, updates @a messages list if something is wrong. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h

    r93990 r95390  
    5757    /** Saves settings from cache to external object(s) packed inside @a data.
    5858      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    59     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     59    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6060
    6161    /** Handles translation event. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h

    r94708 r95390  
    5959    /** Saves settings from cache to external object(s) packed inside @a data.
    6060      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    61     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     61    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6262
    6363    /** Handles translation event. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h

    r94436 r95390  
    8484    /** Saves settings from cache to external object(s) packed inside @a data.
    8585      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    86     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     86    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    8787
    8888    /** Performs validation, updates @a messages list if something is wrong. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h

    r94498 r95390  
    7373    /** Save data from cache into the corresponding external object(s).
    7474      * @note This task COULD be performed in other than GUI thread. */
    75     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     75    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    7676
    7777    /** Performs validation, updates @a messages list if something is wrong. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.h

    r94518 r95390  
    6464    /** Saves settings from cache to external object(s) packed inside @a data.
    6565      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    66     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     66    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6767
    6868    /** Handles translation event. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h

    r94675 r95390  
    8282    /** Saves settings from cache to external object(s) packed inside @a data.
    8383      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    84     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     84    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    8585
    8686    /** Performs validation, updates @a messages list if something is wrong. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h

    r95077 r95390  
    6666    /** Saves settings from cache to external object(s) packed inside @a data.
    6767      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    68     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     68    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6969
    7070    /** Handles translation event. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h

    r94675 r95390  
    6767    /** Saves settings from cache to external object(s) packed inside @a data.
    6868      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    69     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     69    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    7070
    7171    /** Performs validation, updates @a messages list if something is wrong. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h

    r95363 r95390  
    7272    /** Saves settings from cache to external object(s) packed inside @a data.
    7373      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    74     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     74    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    7575
    7676    /** Performs validation, updates @a messages list if something is wrong. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h

    r95222 r95390  
    9393    /** Saves settings from cache to external object(s) packed inside @a data.
    9494      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    95     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     95    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    9696
    9797    /** Performs validation, updates @a messages list if something is wrong. */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h

    r95286 r95390  
    6464    /** Saves settings from cache to external object(s) packed inside @a data.
    6565      * @note  This task WILL be performed in other than the GUI thread, no widget interactions! */
    66     virtual void saveFromCacheTo(QVariant &data) /* overrride */;
     66    virtual void saveFromCacheTo(QVariant &data) RT_OVERRIDE;
    6767
    6868    /** Performs validation, updates @a messages list if something is wrong. */
Note: See TracChangeset for help on using the changeset viewer.

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