mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7667 Refactor: extract number format settings for reuse.
This commit is contained in:
committed by
Magne Sjaastad
parent
5d703b2a08
commit
b2025fbeef
@@ -17,6 +17,8 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
#pragma once
|
||||
|
||||
#include "RiaNumberFormat.h"
|
||||
|
||||
#include "RimRegularLegendConfig.h"
|
||||
#include "RiuAbstractLegendFrame.h"
|
||||
|
||||
@@ -37,7 +39,7 @@ class RiuScalarMapperLegendFrame : public RiuAbstractLegendFrame
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
using NumberFormat = RimRegularLegendConfig::NumberFormatType;
|
||||
using NumberFormat = RiaNumberFormat::NumberFormatType;
|
||||
|
||||
public:
|
||||
RiuScalarMapperLegendFrame( QWidget* parent, const QString& title, cvf::ScalarMapper* scalarMapper );
|
||||
|
||||
Reference in New Issue
Block a user