Skip to content
Permalink
Browse files
Merge pull request #7771 from stenzek/qt-non-looping-fifoplayer
DolphinQt: Connect Host::RequestStop() to MainWindow::RequestStop()
  • Loading branch information
Tilka committed Feb 2, 2019
2 parents 0115906 + 31a5dd1 commit eb7135a
Showing 1 changed file with 1 addition and 0 deletions.
@@ -578,6 +578,7 @@ void MainWindow::ConnectHost()
{
connect(Host::GetInstance(), &Host::UpdateProgressDialog, this,
&MainWindow::OnUpdateProgressDialog);
connect(Host::GetInstance(), &Host::RequestStop, this, &MainWindow::RequestStop);
}

void MainWindow::ConnectStack()

0 comments on commit eb7135a

Please sign in to comment.