VirtualBox

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


Ignore:
Timestamp:
Jan 8, 2025 6:03:00 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166539
Message:

FE/Qt: bugref:3409: Manager action-pool: Fixing similar parfait warnings for coding pattern; Related to unused variables; S.a. similar commit for Runtime action-pool, r166529.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp

    r107356 r107481  
    43754375    /* 'Refresh' action: */
    43764376    fSeparator = addAction(pMenu, action(UIActionIndexMN_M_Medium_S_Refresh)) || fSeparator;;
     4377
     4378    /* Remove if fSeparator is used: */
     4379    Q_UNUSED(fSeparator);
    43774380}
    43784381
     
    44274430//    /* 'Refresh' action: */
    44284431//    fSeparator = addAction(pMenu, action(UIActionIndexMN_M_Network_S_Refresh)) || fSeparator;;
     4432
     4433    /* Remove if fSeparator is used: */
     4434    Q_UNUSED(fSeparator);
    44294435}
    44304436
     
    44834489    /* 'Help' action: */
    44844490    fSeparator = addAction(pMenu, action(UIActionIndexMN_M_Cloud_S_Help)) || fSeparator;
     4491
     4492    /* Remove if fSeparator is used: */
     4493    Q_UNUSED(fSeparator);
    44854494}
    44864495
     
    45374546    /* 'Properties' action: */
    45384547    fSeparator = addAction(pMenu, action(UIActionIndexMN_M_CloudConsole_T_Details)) || fSeparator;
     4548
     4549    /* Remove if fSeparator is used: */
     4550    Q_UNUSED(fSeparator);
    45394551}
    45404552
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