From 576b54e77bb4857492e247ece86a0f7e4ed89b99 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Tue, 7 Apr 2026 10:58:57 +0200 Subject: [PATCH] Revert "Manually start HID devices detection after crash handler startup." This reverts commit a6974b9e90d5728db40b5c49464e8f7b11e419b3. --- Linphone/core/App.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Linphone/core/App.cpp b/Linphone/core/App.cpp index 308759289..394201dfa 100644 --- a/Linphone/core/App.cpp +++ b/Linphone/core/App.cpp @@ -424,8 +424,6 @@ void App::setSelf(QSharedPointer(me)) { }, Qt::SingleShotConnection); } - } else if (gstate == linphone::GlobalState::Off) { - CoreModel::getInstance()->getCore()->stopHidDevicesDetection(); } }); }); @@ -503,8 +501,6 @@ void App::setSelf(QSharedPointer(me)) { }, Qt::SingleShotConnection); } - } else if (state == linphone::GlobalState::Off) { - CoreModel::getInstance()->getCore()->stopHidDevicesDetection(); } }); }); @@ -707,8 +703,6 @@ void App::initCore() { // QML mEngine = new QQmlApplicationEngine(this); assert(mEngine); - lDebug() << log().arg("Starting HID devices detection"); - CoreModel::getInstance()->getCore()->startHidDevicesDetection(); // Provide `+custom` folders for custom components and `5.9` for old components. QStringList selectors("custom"); const QVersionNumber &version = QLibraryInfo::version();