mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Make sure there are no "illegal" characters in text messages
This commit is contained in:
@@ -89,7 +89,7 @@ namespace BlackMisc
|
||||
bool isEmpty() const { return m_message.isEmpty(); }
|
||||
|
||||
//! Set message
|
||||
void setMessage(const QString &message) { m_message = message.trimmed().simplified(); }
|
||||
void setMessage(const QString &message);
|
||||
|
||||
//! Get frequency
|
||||
const PhysicalQuantities::CFrequency &getFrequency() const { return m_frequency; }
|
||||
|
||||
Reference in New Issue
Block a user