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