mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Fixed clazy warning: const signal.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace BlackGui
|
||||
|
||||
signals:
|
||||
//! 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
|
||||
void commandEntered(const QString &commandLine, const BlackMisc::CIdentifier &originator);
|
||||
|
||||
Reference in New Issue
Block a user