MCPcopy Create free account
hub / github.com/bumptop/BumpTop / GetBuildNumber

Method GetBuildNumber

trunk/win/Source/BT_WindowsOS.cpp:4617–4621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4615
4616
4617QString WindowsSystem::GetBuildNumber()
4618{
4619 // Return the build number
4620 return QString(SVN_VERSION_NUMBER);
4621}
4622
4623BumpTopEdition WindowsSystem::GetBumpTopEdition() { return _bumptopEdition = Standard; }
4624

Callers 4

ParseCommandLineMethod · 0.80
Key_ShowAboutFunction · 0.80
MsgProcMethod · 0.80
saveSceneMethod · 0.80

Calls 1

QStringFunction · 0.50

Tested by

no test coverage detected