Ref T190, text messages can be appended

(same sender sends one message in multiple parts)
This commit is contained in:
Klaus Basan
2017-11-11 23:26:34 +01:00
parent 0a1f5c49ae
commit 48adb52082
4 changed files with 42 additions and 0 deletions

View File

@@ -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;