mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
Ref T190, text messages can be appended
(same sender sends one message in multiple parts)
This commit is contained in:
@@ -153,6 +153,12 @@ namespace BlackMisc
|
||||
//! \remark also sets current timestamp if there is no valid timestamp
|
||||
void markAsSent();
|
||||
|
||||
//! Can another message be appended
|
||||
bool canBeAppended(const CTextMessage &textMessage) const;
|
||||
|
||||
//! Append if possible
|
||||
bool appendIfPossible(const CTextMessage &textMessage);
|
||||
|
||||
//! Get SELCAL code (if applicable, e.g. ABCD), otherwise ""
|
||||
QString getSelcalCode() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user