Fix broken CAT initialization

This commit is contained in:
Bill Somerville 2020-08-17 01:48:26 +01:00
parent 3d45e1128a
commit 2cd679f71c
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ Configuration::impl::impl (Configuration * self, QNetworkAccessManager * network
ui_->highlighting_list_view->setModel (&next_decode_highlighing_model_);
enumerate_rigs ();
// initialize_models ();
initialize_models ();
transceiver_thread_ = new QThread {this};
transceiver_thread_->start ();