mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-10 15:15:59 +00:00
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)),
|
||||
this, SLOT(OnDolphinPathChanged(QString)));
|
||||
|
||||
connect(mpUI->DolphinBrowseButton, SIGNAL(pressed()),
|
||||
this, SLOT(BrowseForDolphin()));
|
||||
|
||||
connect(mpUI->BootToAreaCheckBox, SIGNAL(toggled(bool)),
|
||||
this, SLOT(OnBootToAreaToggled(bool)));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user