* @brief Returns the number of currently visible (filtered) extensions. */
| 126 | * @brief Returns the number of currently visible (filtered) extensions. |
| 127 | */ |
| 128 | int Misc::ExtensionManager::count() const noexcept |
| 129 | { |
| 130 | return m_filteredExtensions.count(); |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * @brief Returns the index of the currently selected addon, or -1. |
no outgoing calls
no test coverage detected