Changeset 107481 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 8, 2025 6:03:00 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp
r107356 r107481 4375 4375 /* 'Refresh' action: */ 4376 4376 fSeparator = addAction(pMenu, action(UIActionIndexMN_M_Medium_S_Refresh)) || fSeparator;; 4377 4378 /* Remove if fSeparator is used: */ 4379 Q_UNUSED(fSeparator); 4377 4380 } 4378 4381 … … 4427 4430 // /* 'Refresh' action: */ 4428 4431 // fSeparator = addAction(pMenu, action(UIActionIndexMN_M_Network_S_Refresh)) || fSeparator;; 4432 4433 /* Remove if fSeparator is used: */ 4434 Q_UNUSED(fSeparator); 4429 4435 } 4430 4436 … … 4483 4489 /* 'Help' action: */ 4484 4490 fSeparator = addAction(pMenu, action(UIActionIndexMN_M_Cloud_S_Help)) || fSeparator; 4491 4492 /* Remove if fSeparator is used: */ 4493 Q_UNUSED(fSeparator); 4485 4494 } 4486 4495 … … 4537 4546 /* 'Properties' action: */ 4538 4547 fSeparator = addAction(pMenu, action(UIActionIndexMN_M_CloudConsole_T_Details)) || fSeparator; 4548 4549 /* Remove if fSeparator is used: */ 4550 Q_UNUSED(fSeparator); 4539 4551 } 4540 4552
Note:
See TracChangeset
for help on using the changeset viewer.