mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 02:22:10 -05:00
Fix compiler warning of unused variable
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5381 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
86b485665d
commit
ea546451dc
@ -311,7 +311,6 @@ private:
|
|||||||
QString id_;
|
QString id_;
|
||||||
QTableView * decodes_table_view_;
|
QTableView * decodes_table_view_;
|
||||||
QLineEdit * message_line_edit_;
|
QLineEdit * message_line_edit_;
|
||||||
QAbstractButton * set_free_text_button_;
|
|
||||||
QAbstractButton * auto_off_button_;
|
QAbstractButton * auto_off_button_;
|
||||||
QAbstractButton * halt_tx_button_;
|
QAbstractButton * halt_tx_button_;
|
||||||
QLabel * mode_label_;
|
QLabel * mode_label_;
|
||||||
|
Loading…
Reference in New Issue
Block a user