Merge pull request #7771 from stenzek/qt-non-looping-fifoplayer
DolphinQt: Connect Host::RequestStop() to MainWindow::RequestStop()
This commit is contained in:
commit
eb7135ac9b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue