mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4657 Remove unused parameter
This commit is contained in:
@@ -56,8 +56,8 @@ void RicEditPreferencesFeature::onActionTriggered( bool isChecked )
|
||||
if ( propertyDialog.exec() == QDialog::Accepted )
|
||||
{
|
||||
// Write preferences using QSettings and apply them to the application
|
||||
app->applyPreferences( oldPreferences.get() );
|
||||
app->applyGuiPreferences( oldPreferences.get() );
|
||||
app->applyPreferences();
|
||||
app->applyGuiPreferences(oldPreferences.get());
|
||||
app->updateGrpcServer();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user