* @brief Returns whether the extension with the given ID is installed locally. */
| 262 | * @brief Returns whether the extension with the given ID is installed locally. |
| 263 | */ |
| 264 | bool Misc::ExtensionManager::isInstalled(const QString& id) const |
| 265 | { |
| 266 | return m_installedExtensions.contains(id); |
| 267 | } |
| 268 | |
| 269 | /** |
| 270 | * @brief Returns whether a newer version is available for the given addon. |
no test coverage detected