mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 21:35:40 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -59,7 +59,7 @@ namespace BlackMisc
|
||||
const QString &getDescription() const { return m_description;}
|
||||
|
||||
//! Get id and description
|
||||
const QString getIdAndDescription() const;
|
||||
QString getIdAndDescription() const;
|
||||
|
||||
//! Set description
|
||||
void setDescription(const QString &description) { m_description = description.trimmed(); }
|
||||
|
||||
Reference in New Issue
Block a user