* @brief Returns the currently active QML window widget, if any. */
| 199 | * @brief Returns the currently active QML window widget, if any. |
| 200 | */ |
| 201 | QQuickItem* UI::Taskbar::activeWindow() const |
| 202 | { |
| 203 | return m_activeWindow; |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * @brief Returns the complete dashboard model containing all groups and widgets. |
no outgoing calls
no test coverage detected