#1292 Fixed several style issues reported by CppCheck

This commit is contained in:
Magne Sjaastad
2017-03-06 09:27:42 +01:00
parent ad517894d3
commit b19fe2bc4b
11 changed files with 11 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ RimWellLogPlot* RicNewWellLogPlotFeatureImpl::createWellLogPlot()
wellLogPlotColl->wellLogPlots().push_back(plot);
// Make sure the summary plot window is created and visible
RiuMainPlotWindow* plotwindow = RiaApplication::instance()->getOrCreateAndShowMainPlotWindow();
RiaApplication::instance()->getOrCreateAndShowMainPlotWindow();
plot->setDescription(QString("Well Log Plot %1").arg(wellLogPlotCollection()->wellLogPlots.size()));