Deselect callsign after 1 hour

This commit is contained in:
Jordan Sherer
2018-10-02 14:10:16 -04:00
parent 344635c75f
commit 2199b8b057
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -382,6 +382,7 @@ private slots:
void on_measure_check_box_stateChanged (int);
void expiry_warning_message ();
void not_GA_warning_message ();
void clearCallsignSelected();
private:
Q_SIGNAL void initializeAudioOutputStream (QAudioDeviceInfo,
@@ -644,6 +645,7 @@ private:
QTimer splashTimer;
QTimer p1Timer;
QTimer beaconTimer;
QTimer selectedCallTimer;
QString m_path;
QString m_baseCall;
@@ -876,7 +878,6 @@ private:
bool isMyCallIncluded(QString const &text);
bool isAllCallIncluded(QString const &text);
QString callsignSelected();
void clearCallsignSelected();
bool isRecentOffset(int offset);
void markOffsetRecent(int offset);
bool isDirectedOffset(int offset, bool *pIsAllCall);