mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false
This commit is contained in:
@@ -55,8 +55,11 @@ public:
|
||||
~RimTernaryLegendConfig() override;
|
||||
|
||||
void setUiValuesFromLegendConfig( const RimTernaryLegendConfig* otherLegendConfig );
|
||||
void setAutomaticRanges(
|
||||
TernaryArrayIndex ternaryIndex, double globalMin, double globalMax, double localMin, double localMax );
|
||||
void setAutomaticRanges( TernaryArrayIndex ternaryIndex,
|
||||
double globalMin,
|
||||
double globalMax,
|
||||
double localMin,
|
||||
double localMax );
|
||||
|
||||
void recreateLegend();
|
||||
bool showLegend() const;
|
||||
|
||||
Reference in New Issue
Block a user