mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +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();
|
||||
|
||||
@@ -53,14 +53,14 @@ namespace BlackGui
|
||||
|
||||
signals:
|
||||
//! Filter button clicked
|
||||
void buttonClicked(FilterButton filterButton);
|
||||
void buttonClicked(BlackGui::Filters::CFilterBarButtons::FilterButton filterButton);
|
||||
|
||||
public slots:
|
||||
//! Row count has been changed
|
||||
void onRowCountChanged(int count, bool withFilter);
|
||||
|
||||
//! Trigger button
|
||||
void clickButton(FilterButton filterButton);
|
||||
void clickButton(BlackGui::Filters::CFilterBarButtons::FilterButton filterButton);
|
||||
|
||||
private slots:
|
||||
//! Button was clicked
|
||||
|
||||
Reference in New Issue
Block a user