mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-tidy
This commit is contained in:
@@ -29,13 +29,14 @@
|
||||
#include <QBoxLayout>
|
||||
#include <QFrame>
|
||||
#include <QSplitter>
|
||||
#include <memory>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiuSummaryVectorSelectionWidgetCreator::RiuSummaryVectorSelectionWidgetCreator()
|
||||
{
|
||||
m_summaryAddressSelection = std::unique_ptr<RiuSummaryVectorSelectionUi>( new RiuSummaryVectorSelectionUi() );
|
||||
m_summaryAddressSelection = std::make_unique<RiuSummaryVectorSelectionUi>();
|
||||
|
||||
setPdmObject( m_summaryAddressSelection.get() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user