- Timestamp:
- Aug 22, 2014 11:58:21 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95684
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r52467 r52469 1386 1386 } 1387 1387 #endif /* VBOX_WITH_DEBUGGER_GUI */ 1388 1389 void UIActionPoolRuntime::sltHandleConfigurationChange() 1390 { 1391 /* Update configuration: */ 1392 updateConfiguration(); 1393 } 1388 1394 1389 1395 void UIActionPoolRuntime::sltPrepareMenuViewScreen() … … 1544 1550 /* Prepare connections: */ 1545 1551 connect(gShortcutPool, SIGNAL(sigMachineShortcutsReloaded()), this, SLOT(sltApplyShortcuts())); 1552 connect(gEDataManager, SIGNAL(sigMenuBarConfigurationChange()), this, SLOT(sltHandleConfigurationChange())); 1546 1553 } 1547 1554 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.h
r52459 r52469 170 170 171 171 protected slots: 172 173 /** Handles configuration-change. */ 174 void sltHandleConfigurationChange(); 172 175 173 176 /** Prepare 'View' : 'Virtual Screen #' menu routine (Normal, Scale). */
Note:
See TracChangeset
for help on using the changeset viewer.