Changeset 107472 in vbox
- Timestamp:
- Jan 7, 2025 3:40:00 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.cpp
r106061 r107472 3661 3661 fSeparator = true; 3662 3662 } 3663 3664 /* Remove if fSeparator is used: */ 3665 Q_UNUSED(fSeparator); 3663 3666 } 3664 3667 … … 3758 3761 fSeparator = addAction(pMenu, action(UIActionIndexRT_M_Machine_S_PowerOff)) || fSeparator; 3759 3762 3763 /* Remove if fSeparator is used: */ 3764 Q_UNUSED(fSeparator); 3765 3760 3766 /* Mark menu as valid: */ 3761 3767 m_invalidations.remove(UIActionIndexRT_M_Machine); … … 3917 3923 /* 'Start Recording' action: */ 3918 3924 fSeparator = addAction(pMenu, action(UIActionIndexRT_M_View_M_Recording_T_Start)) || fSeparator; 3925 3926 /* Remove if fSeparator is used: */ 3927 Q_UNUSED(fSeparator); 3919 3928 3920 3929 /* Mark menu as valid: */ … … 4204 4213 fSeparator = addAction(pMenu, action(UIActionIndexRT_M_Input_M_Mouse_T_Integration)) || fSeparator; 4205 4214 4215 /* Remove if fSeparator is used: */ 4216 Q_UNUSED(fSeparator); 4217 4206 4218 /* Mark menu as valid: */ 4207 4219 m_invalidations.remove(UIActionIndexRT_M_Input); … … 4246 4258 /* 'Type Host Key Combo' action: */ 4247 4259 fSeparator = addAction(pMenu, action(UIActionIndexRT_M_Input_M_Keyboard_T_TypeHostKeyCombo)) || fSeparator; 4260 4261 /* Remove if fSeparator is used: */ 4262 Q_UNUSED(fSeparator); 4248 4263 4249 4264 /* Mark menu as valid: */ … … 4322 4337 fSeparator = addAction(pMenu, action(UIActionIndexRT_M_Devices_S_UpgradeGuestAdditions)) || fSeparator; 4323 4338 4339 /* Remove if fSeparator is used: */ 4340 Q_UNUSED(fSeparator); 4341 4324 4342 /* Mark menu as valid: */ 4325 4343 m_invalidations.remove(UIActionIndexRT_M_Devices);
Note:
See TracChangeset
for help on using the changeset viewer.