SetupDialog: fix file dialog not opening for theme directory

It was caused by a typo affecting a signal-slot connection.
This commit is contained in:
Hyunjin Song
2019-03-28 10:48:01 +09:00
committed by GitHub
parent 4dce466873
commit 93ec816d4c

View File

@@ -440,7 +440,7 @@ SetupDialog::SetupDialog( ConfigTabs _tab_to_open ) :
#endif
addPathEntry("Themes directory", m_artworkDir,
SLOT(setArtworkDir(const QString &)),
SLOT(openArtwortDir()),
SLOT(openArtworkDir()),
m_adLineEdit, pathSelectors);
pathSelectorLayout->addStretch();
addPathEntry("Background artwork", m_backgroundArtwork,