mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Correct a flaw in declaration of foxRxSequencer().
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8305 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1b22496ce4
commit
83210b659e
@ -671,7 +671,7 @@ private:
|
||||
void write_transmit_entry (QString const& file_name);
|
||||
void selectHound(QString t);
|
||||
void houndCallers();
|
||||
void foxRxSequencer(QString houndCall, QString houndGrid);
|
||||
void foxRxSequencer(DecodedText decodedtext, QString houndCall, QString houndGrid);
|
||||
void foxTxSequencer();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user