1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

clazy: fully qualify slot signatures

This commit is contained in:
fb 2022-11-15 21:15:06 +01:00
parent e4a71982d9
commit 09b29744e6
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ public Q_SLOTS:
/**
* Request a focus change to the given dock widget
*/
void setDockWidgetFocused(CDockWidget* focusedNow);
void setDockWidgetFocused(ads::CDockWidget* focusedNow);
}; // class DockFocusController
}
// namespace ads

View File

@ -556,7 +556,7 @@ public Q_SLOTS:
* This function only has an effect, if the flag CDockManager::FocusStyling
* is enabled
*/
void setDockWidgetFocused(CDockWidget* DockWidget);
void setDockWidgetFocused(ads::CDockWidget* DockWidget);
/**
* hide CDockManager and all floating widgets (See Issue #380). Calling regular QWidget::hide()