Add [BETA] as postfix to user interface

Add postfix to SUMO and OSDU cloud import features.
This commit is contained in:
Magne Sjaastad
2024-08-26 13:51:26 +02:00
parent a89fe80de3
commit 0fd27a3a8d
6 changed files with 23 additions and 5 deletions

View File

@@ -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]";
}

View File

@@ -252,6 +252,8 @@ enum class ItemIn3dView
ALL = 0b00000011
};
QString betaFeaturePostfix();
}; // namespace RiaDefines
// Activate bit mask operators at global scope