mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
Fix compilation on OSX
This commit is contained in:
parent
83051cd554
commit
e8563b119b
@ -578,8 +578,8 @@ SettingsDialog::openResolverConfig( const QString& resolver )
|
||||
}
|
||||
#else
|
||||
// on osx a sheet needs to be non-modal
|
||||
DelegateConfigWrapper* dialog = new DelegateConfigWrapper( r->configUI(), "Resolver Configuration", this, Qt::Sheet );
|
||||
dialog->setProperty( "resolver", QVariant::fromValue< QObject* >( r ) );
|
||||
DelegateConfigWrapper* dialog = new DelegateConfigWrapper( res->configUI(), "Resolver Configuration", this, Qt::Sheet );
|
||||
dialog->setProperty( "resolver", QVariant::fromValue< QObject* >( res ) );
|
||||
connect( dialog, SIGNAL( finished( int ) ), this, SLOT( resolverConfigClosed( int ) ) );
|
||||
|
||||
dialog->show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user