Changeset 51397 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 26, 2014 1:48:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.cpp
r51392 r51397 25 25 #include "UIMachineMenuBar.h" 26 26 #include "UISession.h" 27 #include "UIMachineLogic.h" 27 28 #include "UIActionPoolRuntime.h" 28 29 #include "VBoxGlobal.h" … … 639 640 pMenu->addAction(gActionPool->action(UIActionIndex_Simple_Preferences)); 640 641 VBoxGlobal::connect(gActionPool->action(UIActionIndex_Simple_Preferences), SIGNAL(triggered()), 641 m_pSession , SLOT(sltOpenGlobalPreferences()));642 m_pSession->machineLogic(), SLOT(sltShowGlobalPreferences())); 642 643 } 643 644 else
Note:
See TracChangeset
for help on using the changeset viewer.