- Timestamp:
- Mar 26, 2024 9:14:14 AM (10 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
r103988 r104055 2403 2403 } 2404 2404 2405 bool UIExtraDataManager::preventBetaBuildLa vel()2405 bool UIExtraDataManager::preventBetaBuildLabel() 2406 2406 { 2407 2407 return isFeatureAllowed(GUI_PreventBetaLabel); -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
r102775 r104055 223 223 224 224 /** Returns whether BETA build label should be hidden. */ 225 bool preventBetaBuildLa vel();225 bool preventBetaBuildLabel(); 226 226 #if !defined(VBOX_BLEEDING_EDGE) && !defined(DEBUG) 227 227 /** Returns version for which user wants to prevent BETA build warning. */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.cpp
r104054 r104055 222 222 { 223 223 return isBeta() 224 && !gEDataManager->preventBetaBuildLa vel();224 && !gEDataManager->preventBetaBuildLabel(); 225 225 } 226 226
Note:
See TracChangeset
for help on using the changeset viewer.