Merge pull request #6676 from spycrab/qt_fix_open
Qt: Fix "Open File" dialog opening twice
This commit is contained in:
commit
a500347345
|
@ -360,7 +360,6 @@ void MainWindow::ConnectToolBar()
|
|||
|
||||
connect(m_tool_bar, &ToolBar::OpenPressed, this, &MainWindow::Open);
|
||||
|
||||
connect(m_tool_bar, &ToolBar::OpenPressed, this, &MainWindow::Open);
|
||||
connect(m_tool_bar, &ToolBar::PlayPressed, this, [this]() { Play(); });
|
||||
connect(m_tool_bar, &ToolBar::PausePressed, this, &MainWindow::Pause);
|
||||
connect(m_tool_bar, &ToolBar::StopPressed, this, &MainWindow::RequestStop);
|
||||
|
|
Loading…
Reference in New Issue