VirtualBox

Changeset 90425 in vbox for trunk/src


Ignore:
Timestamp:
Jul 30, 2021 1:15:58 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: Tiny coding-style and cleanup fixes around GUI.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h

    r90375 r90425  
    342342      * @{ */
    343343        /** Handles cloud machine removal.
    344           * @param  strProviderShortName  Brigns the provider short name.
     344          * @param  strProviderShortName  Brings the provider short name.
    345345          * @param  strProfileName        Brings the profile name.
    346346          * @param  strName               Brings the machine name. */
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.h

    r88552 r90425  
    269269    /** Notifies listeners about all animations finished.
    270270      * @param  enmType   Brings the type of element item which was animated.
    271       * @param  fToggled  Brigns whether elements being toggled to be closed or opened. */
     271      * @param  fToggled  Brings whether elements being toggled to be closed or opened. */
    272272    void sigAllAnimationFinished(DetailsElementType enmType, bool fToggled);
    273273
     
    276276    /** Constructors details element animation callback passing @a pParent to the base-class.
    277277      * @param  enmType   Brings the type of element item which was animated.
    278       * @param  fToggled  Brigns whether elements being toggled to be closed or opened. */
     278      * @param  fToggled  Brings whether elements being toggled to be closed or opened. */
    279279    UIDetailsElementAnimationCallback(QObject *pParent, DetailsElementType enmType, bool fToggled);
    280280
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.h

    r89170 r90425  
    5858        void clearSet();
    5959        /** Builds set based on passed @a pMachineItem.
    60           * @param  fFullSet  Brigns whether full set should be built.
     60          * @param  fFullSet  Brings whether full set should be built.
    6161          * @param  settings  Brings details related settings. */
    6262        void buildSet(UIVirtualMachineItem *pMachineItem, bool fFullSet, const QMap<DetailsElementType, bool> &settings);
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp

    r90326 r90425  
    3232#include "UIDesktopWidgetWatchdog.h"
    3333#include "UIExtraDataManager.h"
    34 #include "UIFDCreationDialog.h"
    3534#include "UIMediumSearchWidget.h"
    3635#include "UIMediumSelector.h"
  • trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.h

    r90423 r90425  
    441441
    442442    /** Notifies listeners about cloud @a comMachine was added.
    443       * @param  strProviderShortName  Brigns the short provider name.
     443      * @param  strProviderShortName  Brings the short provider name.
    444444      * @param  strProfileName        Brings the profile name. */
    445445    void sigCloudMachineAdded(const QString &strProviderShortName,
     
    497497
    498498    /** Notifies listeners about cloud @a comMachine was created.
    499       * @param  strProviderShortName  Brigns the short provider name.
     499      * @param  strProviderShortName  Brings the short provider name.
    500500      * @param  strProfileName        Brings the profile name. */
    501501    void sigCloudMachineCreated(const QString &strProviderShortName,
     
    555555
    556556    /** Notifies listeners about cloud machine was removed.
    557       * @param  strProviderShortName  Brigns the short provider name.
     557      * @param  strProviderShortName  Brings the short provider name.
    558558      * @param  strProfileName        Brings the profile name.
    559559      * @param  strName               Brings the machine name. */
     
    820820
    821821    /** Notifies listeners about extension pack installed.
    822       * @param  strExtensionPackName  Brigns extension pack name. */
     822      * @param  strExtensionPackName  Brings extension pack name. */
    823823    void sigExtensionPackInstalled(const QString &strExtensionPackName);
    824824
     
    869869
    870870    /** Notifies listeners about extension pack uninstalled.
    871       * @param  strExtensionPackName  Brigns extension pack name. */
     871      * @param  strExtensionPackName  Brings extension pack name. */
    872872    void sigExtensionPackUninstalled(const QString &strExtensionPackName);
    873873
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp

    r85327 r90425  
    561561/** Callback function for consuming queued events.
    562562  * @param   pvTarget  Brings the queue?
    563   * @param   rcIn      Brigns what?
     563  * @param   rcIn      Brings what?
    564564  * @param   pvRefcon  Brings the pointer to the keyboard cache entry.
    565565  * @param   pvSender  Brings what? */
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