- Timestamp:
- Nov 22, 2023 3:46:10 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp
r98103 r102263 3827 3827 m_menuUpdateHandlers[UIActionIndexMN_M_CloudConsoleWindow].ptfm = &UIActionPoolManager::updateMenuCloudConsoleWindow; 3828 3828 m_menuUpdateHandlers[UIActionIndexMN_M_CloudConsole].ptfm = &UIActionPoolManager::updateMenuCloudConsole; 3829 m_menuUpdateHandlers[UIActionIndexMN_M_VMActivityOverview].ptfm = 3829 m_menuUpdateHandlers[UIActionIndexMN_M_VMActivityOverview].ptfm = &UIActionPoolManager::updateMenuVMActivityOverview; 3830 3830 m_menuUpdateHandlers[UIActionIndexMN_M_Snapshot].ptfm = &UIActionPoolManager::updateMenuSnapshot; 3831 3831 … … 3837 3837 { 3838 3838 /* Prepare connections: */ 3839 connect(gShortcutPool, &UIShortcutPool::sigManagerShortcutsReloaded, this, &UIActionPoolManager::sltApplyShortcuts); 3840 connect(gShortcutPool, &UIShortcutPool::sigRuntimeShortcutsReloaded, this, &UIActionPoolManager::sltApplyShortcuts); 3839 connect(gShortcutPool, &UIShortcutPool::sigManagerShortcutsReloaded, 3840 this, &UIActionPoolManager::sltApplyShortcuts); 3841 connect(gShortcutPool, &UIShortcutPool::sigRuntimeShortcutsReloaded, 3842 this, &UIActionPoolManager::sltApplyShortcuts); 3841 3843 3842 3844 /* Call to base-class: */
Note:
See TracChangeset
for help on using the changeset viewer.