1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

Fix install-resolver-dialog not getting focus

This commit is contained in:
Dominik Schmidt
2015-04-07 21:13:25 +02:00
parent ab0dec55d0
commit e90e86005c

View File

@@ -548,7 +548,7 @@ SettingsDialog::openAccountConfig( Account* account, bool showDelete )
void void
SettingsDialog::installFromFile() SettingsDialog::installFromFile()
{ {
const QString resolver = QFileDialog::getOpenFileName( 0, tr( "Install resolver from file" ), const QString resolver = QFileDialog::getOpenFileName( m_accountsWidget, tr( "Install resolver from file" ),
TomahawkSettings::instance()->scriptDefaultPath(), TomahawkSettings::instance()->scriptDefaultPath(),
tr( "Tomahawk Resolvers (*.axe *.js);;" tr( "Tomahawk Resolvers (*.axe *.js);;"
"All files (*)" ), "All files (*)" ),