mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add [BETA] as postfix to user interface
Add postfix to SUMO and OSDU cloud import features.
This commit is contained in:
@@ -374,3 +374,11 @@ std::vector<double> RiaDefines::viewScaleOptions()
|
||||
{
|
||||
return { 0.005, 0.01, 0.05, 0.1, 0.2, 0.5, 1.0, 2.0, 3.0, 4.0, 5.0, 10.0, 15.0, 20.0, 50.0 };
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaDefines::betaFeaturePostfix()
|
||||
{
|
||||
return " [BETA]";
|
||||
}
|
||||
|
||||
@@ -252,6 +252,8 @@ enum class ItemIn3dView
|
||||
ALL = 0b00000011
|
||||
};
|
||||
|
||||
QString betaFeaturePostfix();
|
||||
|
||||
}; // namespace RiaDefines
|
||||
|
||||
// Activate bit mask operators at global scope
|
||||
|
||||
Reference in New Issue
Block a user