* @brief Returns the number of currently visible (filtered) pages. */
| 81 | * @brief Returns the number of currently visible (filtered) pages. |
| 82 | */ |
| 83 | int Misc::HelpCenter::count() const noexcept |
| 84 | { |
| 85 | return m_filteredPages.count(); |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * @brief Returns the index of the currently selected page, or -1. |
no outgoing calls
no test coverage detected