mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Minor compilation issues cleanup
This commit is contained in:
parent
ff1a1576a0
commit
b046ca0769
@ -16,7 +16,6 @@
|
||||
// for more details.
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
#pragma once
|
||||
|
||||
#include "RigCaseToCaseRangeFilterMapper.h"
|
||||
#include "RigCaseToCaseCellMapper.h"
|
||||
|
@ -81,7 +81,7 @@ void RiuWellLogPlot::addTrackPlot(RiuWellLogTrackPlot* trackPlot)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuWellLogPlot::insertTrackPlot(RiuWellLogTrackPlot* trackPlot, size_t index)
|
||||
{
|
||||
m_layout->insertWidget(index, trackPlot);
|
||||
m_layout->insertWidget(static_cast<int>(index), trackPlot);
|
||||
m_trackPlots.append(trackPlot); // insert?
|
||||
|
||||
modifyWidthOfContainingMdiWindow(trackPlot->width());
|
||||
|
Loading…
Reference in New Issue
Block a user