mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -51,7 +51,7 @@ namespace BlackMisc
|
||||
|
||||
signals:
|
||||
//! Emitted by request and requestAsync.
|
||||
void requestPosted(const CVariant ¶m, BlackMisc::CPromise<BlackMisc::CVariant> o_reply);
|
||||
void requestPosted(const BlackMisc::CVariant ¶m, BlackMisc::CPromise<BlackMisc::CVariant> o_reply);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user