rename start method

This commit is contained in:
John
2022-04-10 16:38:46 +02:00
parent aa50e2388c
commit bed49edb8e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ void MainLoop::run() {
if (dataHandler->isDataSink()) {
dataSinks.push_back(dynamic_cast<DataSink*>(dataHandler));
}
dataHandler->start();
dataHandler->startHandler();
}
while (!m_shutdown) {
// pick the next message to handle