diff --git a/Configuration.cpp b/Configuration.cpp index f72ab5ae9..1f94b83e8 100644 --- a/Configuration.cpp +++ b/Configuration.cpp @@ -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 ();