mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T494, detect callsign in text message
This commit is contained in:
committed by
Mat Sutcliffe
parent
f8c17e10e8
commit
3137af30bb
@@ -85,6 +85,9 @@ namespace BlackMisc
|
||||
//! Get message
|
||||
const QString &getMessage() const { return m_message; }
|
||||
|
||||
//! Is the callsign given mentioned in that message
|
||||
bool mentionsCallsign(const Aviation::CCallsign &callsign) const;
|
||||
|
||||
//! Get ASCII only message
|
||||
QString getAsciiOnlyMessage() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user