VirtualBox

Changeset 87210 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 11, 2021 10:18:23 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9871: Network Manager: Forgot few bits in r141899.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.h

    r87089 r87210  
    5151signals:
    5252
    53     /** Notifies listeners about network details-widget @a fVisible. */
     53    /** Notifies listeners about host network details-widget @a fVisible. */
    5454    void sigDetailsVisibilityChangedHostNetwork(bool fVisible);
    55     /** Notifies listeners about network details data @a fDiffers. */
     55    /** Notifies listeners about host network details data @a fDiffers. */
    5656    void sigDetailsDataChangedHostNetwork(bool fDiffers);
    5757
     
    122122        /** Handles host network context-menu request for tree-widget @a position. */
    123123        void sltHandleContextMenuRequestHostNetwork(const QPoint &position);
    124 
    125124        /** Handles command to apply host network details changes. */
    126125        void sltApplyDetailsChangesHostNetwork();
     
    161160    /** @name Tree-widget stuff.
    162161      * @{ */
    163         /** Creates a new tree-widget item on the basis of passed @a data, @a fChooseItem if requested. */
     162        /** Creates a new host network tree-widget item on the basis of passed @a data, @a fChooseItem if requested. */
    164163        void createItemForNetworkHost(const UIDataHostNetwork &data, bool fChooseItem);
    165         /** Updates the passed tree-widget item on the basis of passed @a data, @a fChooseItem if requested. */
     164        /** Updates passed host network tree-widget item on the basis of passed @a data, @a fChooseItem if requested. */
    166165        void updateItemForNetworkHost(const UIDataHostNetwork &data, bool fChooseItem, UIItemHostNetwork *pItem);
    167166    /** @} */
     
    220219
    221220
    222 /** QIManagerDialog extension providing GUI with the dialog to control host network related functionality. */
     221/** QIManagerDialog extension providing GUI with the dialog to control network related functionality. */
    223222class UINetworkManager : public QIWithRetranslateUI<QIManagerDialog>
    224223{
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