Skip to content
Permalink
Browse files
Merge pull request #6676 from spycrab/qt_fix_open
Qt: Fix "Open File" dialog opening twice
  • Loading branch information
Tilka committed Apr 19, 2018
2 parents 71c659e + cd39071 commit a500347
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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);

0 comments on commit a500347

Please sign in to comment.