* @brief Returns the index of the currently selected page, or -1. */
| 89 | * @brief Returns the index of the currently selected page, or -1. |
| 90 | */ |
| 91 | int Misc::HelpCenter::currentIndex() const noexcept |
| 92 | { |
| 93 | return m_currentIndex; |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * @brief Returns the current search filter text. |
no outgoing calls
no test coverage detected