MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetAppVersionMode

Method GetAppVersionMode

src/skin/opensource/skin_opensource.cpp:32–34  ·  view source on GitHub ↗

eg: Premium / Pro ...

Source from the content-addressed store, hash-verified

30
31 // eg: Premium / Pro ...
32 QString SkinOpenSource::GetAppVersionMode() {
33 return "Premium";
34 }
35
36 // colors
37 int SkinOpenSource::GetPrimaryColor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected