mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7364 Extract method for appending string.
This commit is contained in:
committed by
Magne Sjaastad
parent
cf6680415f
commit
4bf0e8e493
@@ -133,7 +133,8 @@ private:
|
||||
|
||||
double conversionFactorForBetaValues() const;
|
||||
|
||||
QString generatePropertiesTable() const;
|
||||
QString generatePropertiesTable() const;
|
||||
static void appendTextIfValidValue( QString& body, const QString& title, double value );
|
||||
|
||||
private:
|
||||
caf::PdmField<int> m_activeTimeStepIndex;
|
||||
|
||||
Reference in New Issue
Block a user