Fixed clazy warnings: fully-qualified signal parameter types.

This commit is contained in:
Mat Sutcliffe
2018-12-17 16:45:04 +00:00
parent 9f85a7b560
commit e32ea65a27
9 changed files with 17 additions and 17 deletions

View File

@@ -146,7 +146,7 @@ namespace BlackGui
signals:
//! Top level has changed for given widget
void widgetTopLevelChanged(CDockWidget *, bool topLevel);
void widgetTopLevelChanged(BlackGui::CDockWidget *, bool topLevel);
//! Font size signals @{
void fontSizePlus();