* @brief Gets the total count of widgets currently available on the dashboard. */
| 475 | * @brief Gets the total count of widgets currently available on the dashboard. |
| 476 | */ |
| 477 | int UI::Dashboard::totalWidgetCount() const noexcept |
| 478 | { |
| 479 | return m_widgetCount; |
| 480 | } |
| 481 | |
| 482 | //-------------------------------------------------------------------------------------------------- |
| 483 | // Data & widget queries |
no outgoing calls
no test coverage detected