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