mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 05:38:01 -04:00
Fix broken CAT initialization
This commit is contained in:
parent
3d45e1128a
commit
2cd679f71c
@ -1197,7 +1197,7 @@ Configuration::impl::impl (Configuration * self, QNetworkAccessManager * network
|
|||||||
ui_->highlighting_list_view->setModel (&next_decode_highlighing_model_);
|
ui_->highlighting_list_view->setModel (&next_decode_highlighing_model_);
|
||||||
|
|
||||||
enumerate_rigs ();
|
enumerate_rigs ();
|
||||||
// initialize_models ();
|
initialize_models ();
|
||||||
|
|
||||||
transceiver_thread_ = new QThread {this};
|
transceiver_thread_ = new QThread {this};
|
||||||
transceiver_thread_->start ();
|
transceiver_thread_->start ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user