Clear compound call cache on activity clear

This commit is contained in:
Jordan Sherer
2018-07-24 09:23:44 -04:00
parent 478ba82df7
commit 9e68b8c402
2 changed files with 7 additions and 12 deletions
+1
View File
@@ -254,6 +254,7 @@ private slots:
void on_extFreeTextMsg_currentTextChanged (QString const&);
void on_extFreeTextMsgEdit_currentTextChanged (QString const&);
int currentFreq();
int countFT8MessageFrames(QString const& text);
QPair<QStringList, QStringList> buildFT8MessageFrames(QString const& text);
QString parseFT8Message(QString input, bool *isFree);
bool prepareNextMessageFrame();