mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
Risk passing around a bad path to get meaningful errors.
This commit is contained in:
parent
da97f8ac63
commit
0d9c7cdc0f
@ -511,7 +511,7 @@ SettingsDialog::installFromFile()
|
||||
0,
|
||||
QFileDialog::ReadOnly );
|
||||
|
||||
if ( !resolver.isEmpty() && QFileInfo( resolver ).exists() )
|
||||
if ( !resolver.isEmpty() )
|
||||
{
|
||||
GlobalActionManager::instance()->installResolverFromFile( resolver );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user