| 1111 | } |
| 1112 | |
| 1113 | void BaseApplication::installTranslator(QTranslator* translator) |
| 1114 | { |
| 1115 | this->getQApplication()->installTranslator(translator); |
| 1116 | } |
| 1117 | |
| 1118 | bool BaseApplication::isRunning() |
| 1119 | { |
nothing calls this directly
no test coverage detected