mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
Fixed clazy warning: const signal.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace BlackGui
|
|||||||
|
|
||||||
signals:
|
signals:
|
||||||
//! Message to be displayed in info window
|
//! Message to be displayed in info window
|
||||||
void displayInInfoWindow(const BlackMisc::CVariant &message, int displayDurationMs) const;
|
void displayInInfoWindow(const BlackMisc::CVariant &message, int displayDurationMs);
|
||||||
|
|
||||||
//! Command line was entered
|
//! Command line was entered
|
||||||
void commandEntered(const QString &commandLine, const BlackMisc::CIdentifier &originator);
|
void commandEntered(const QString &commandLine, const BlackMisc::CIdentifier &originator);
|
||||||
|
|||||||
Reference in New Issue
Block a user