VirtualBox

Changeset 107292 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 11, 2024 5:05:44 PM (5 weeks ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10814: Missed few things in r166320.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp

    r107291 r107292  
    276276{
    277277    QWidget *pCurrentToolWidget = 0;
    278     //UIToolType currentTool() const;
    279278    switch (currentTool())
    280279    {
     
    308307    m_cloudItems = cloudItems;
    309308
    310     /* Update activity overview pane if open: */
     309    /* Update activity overview pane if it is open: */
    311310    if (isToolOpened(UIToolType_Activities))
    312311    {
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h

    r107291 r107292  
    5050class UIWelcomePane;
    5151
    52 
    53 /** QWidget subclass representing container for tool panes. */
     52/** QWidget subclass representing container for Global tool panes. */
    5453class UIToolPaneGlobal : public QWidget
    5554{
     
    8685    /** Closes tool of passed @a enmType, deletes one if exists. */
    8786    void closeTool(UIToolType enmType);
     87
    8888    /** Returns the help keyword of the current tool's widget. */
    8989    QString currentHelpKeyword() const;
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