mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
DQt2: Implement Paths config dialog
This commit is contained in:
@ -49,10 +49,6 @@ void ToolBar::EmulationStopped()
|
||||
void ToolBar::MakeActions()
|
||||
{
|
||||
m_open_action = addAction(tr("Open"), this, SIGNAL(OpenPressed()));
|
||||
m_paths_action = addAction(tr("Paths"), this, SIGNAL(PathsPressed()));
|
||||
|
||||
addSeparator();
|
||||
|
||||
m_play_action = addAction(tr("Play"), this, SIGNAL(PlayPressed()));
|
||||
|
||||
m_pause_action = addAction(tr("Pause"), this, SIGNAL(PausePressed()));
|
||||
@ -69,6 +65,8 @@ void ToolBar::MakeActions()
|
||||
|
||||
addSeparator();
|
||||
|
||||
m_paths_action = addAction(tr("Paths"), this, SIGNAL(PathsPressed()));
|
||||
|
||||
m_config_action = addAction(tr("Settings"));
|
||||
m_config_action->setEnabled(false);
|
||||
|
||||
|
Reference in New Issue
Block a user