mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
DolphinQt/InputCommon: Fix a few memory leaks.
This commit is contained in:
parent
54e09886d8
commit
725d34b2f0
10 changed files with 31 additions and 12 deletions
|
@ -271,7 +271,7 @@ void MenuBar::AddToolsMenu()
|
|||
m_perform_online_update_menu->addAction(tr("United States"), this,
|
||||
[this] { emit PerformOnlineUpdate("USA"); });
|
||||
|
||||
QMenu* menu = new QMenu(tr("Connect Wii Remotes"));
|
||||
QMenu* menu = new QMenu(tr("Connect Wii Remotes"), tools_menu);
|
||||
|
||||
tools_menu->addSeparator();
|
||||
tools_menu->addMenu(menu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue