| 1423 | } |
| 1424 | |
| 1425 | QString PluginManager::platformName() |
| 1426 | { |
| 1427 | static const QString result = getPlatformName(); |
| 1428 | return result; |
| 1429 | } |
| 1430 | |
| 1431 | /*! |
| 1432 | Retrieves one object with \a name from the object pool. |
nothing calls this directly
no test coverage detected