Do not transmit if callsign isnt selected in selcal mode

This commit is contained in:
Jordan Sherer
2018-10-03 16:54:25 -04:00
parent f1db556598
commit 10f4049e68
2 changed files with 34 additions and 10 deletions
+2 -1
View File
@@ -151,6 +151,7 @@ public slots:
void restoreMessage();
void initializeDummyData();
bool ensureCallsignSet(bool alert=true);
bool ensureSelcalCallsignSelected(bool alert=true);
void createMessage(QString const& text);
void createMessageTransmitQueue(QString const& text);
void resetMessageTransmitQueue();
@@ -885,7 +886,7 @@ private:
void updateFrameCountDisplay(QString text, int count);
bool isMyCallIncluded(QString const &text);
bool isAllCallIncluded(QString const &text);
QString callsignSelected();
QString callsignSelected(bool useInputText=false);
bool isRecentOffset(int offset);
void markOffsetRecent(int offset);
bool isDirectedOffset(int offset, bool *pIsAllCall);