* @brief Retrieves the count of actions available within the dashboard. */
| 467 | * @brief Retrieves the count of actions available within the dashboard. |
| 468 | */ |
| 469 | int UI::Dashboard::actionCount() const |
| 470 | { |
| 471 | return m_actions.count(); |
| 472 | } |
| 473 | |
| 474 | /** |
| 475 | * @brief Gets the total count of widgets currently available on the dashboard. |