Fixed Dolphin browse button not being hooked up
This commit is contained in:
parent
cfd5088a30
commit
a21fd08e4a
|
@ -42,6 +42,9 @@ CQuickplayPropertyEditor::CQuickplayPropertyEditor(SQuickplayParameters& Paramet
|
||||||
connect(mpUI->DolphinPathLineEdit, SIGNAL(textChanged(QString)),
|
connect(mpUI->DolphinPathLineEdit, SIGNAL(textChanged(QString)),
|
||||||
this, SLOT(OnDolphinPathChanged(QString)));
|
this, SLOT(OnDolphinPathChanged(QString)));
|
||||||
|
|
||||||
|
connect(mpUI->DolphinBrowseButton, SIGNAL(pressed()),
|
||||||
|
this, SLOT(BrowseForDolphin()));
|
||||||
|
|
||||||
connect(mpUI->BootToAreaCheckBox, SIGNAL(toggled(bool)),
|
connect(mpUI->BootToAreaCheckBox, SIGNAL(toggled(bool)),
|
||||||
this, SLOT(OnBootToAreaToggled(bool)));
|
this, SLOT(OnBootToAreaToggled(bool)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue