mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Fixed clazy warnings: fully-qualified signal parameter types.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user