Skip to content

Commit

Permalink
MainServer: fix adding unique featureset
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed May 15, 2022
1 parent 3673f92 commit 5860a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdrsrv/mainserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ MainServer::MainServer(qtwebapp::LoggerWithFile *logger, const MainParser& parse
m_mainCore->m_pluginManager = new PluginManager(this);
m_mainCore->m_pluginManager->setEnableSoapy(parser.getSoapy());
m_mainCore->m_pluginManager->loadPlugins(QString("pluginssrv"));
addFeatureSet(); // Create the uniuefeature set

connect(&m_inputMessageQueue, SIGNAL(messageEnqueued()), this, SLOT(handleMessages()), Qt::QueuedConnection);
m_mainCore->m_masterTimer.start(50);
Expand Down

0 comments on commit 5860a83

Please sign in to comment.