| 647 | } |
| 648 | |
| 649 | MOBase::VersionInfo OrganizerCore::appVersion() const |
| 650 | { |
| 651 | return m_Updater.getVersion(); |
| 652 | } |
| 653 | |
| 654 | MOBase::IPluginGame* OrganizerCore::getGame(const QString& name) const |
| 655 | { |
nothing calls this directly
no test coverage detected