Fixed Dolphin browse button not being hooked up

This commit is contained in:
Aruki 2019-04-08 11:03:34 -07:00
parent cfd5088a30
commit a21fd08e4a
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ CQuickplayPropertyEditor::CQuickplayPropertyEditor(SQuickplayParameters& Paramet
connect(mpUI->DolphinPathLineEdit, SIGNAL(textChanged(QString)),
this, SLOT(OnDolphinPathChanged(QString)));
connect(mpUI->DolphinBrowseButton, SIGNAL(pressed()),
this, SLOT(BrowseForDolphin()));
connect(mpUI->BootToAreaCheckBox, SIGNAL(toggled(bool)),
this, SLOT(OnBootToAreaToggled(bool)));