mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
Detect HID devices (un)plugging dynamically.
This commit is contained in:
parent
f42b529adb
commit
536a6b7c68
2 changed files with 2 additions and 2 deletions
|
|
@ -551,7 +551,7 @@ void App::setSelf(QSharedPointer<App>(me)) {
|
|||
});
|
||||
mCoreModelConnection->makeConnectToCore(&App::lForceOidcTimeout, [this] {
|
||||
qDebug() << "App: force oidc timeout";
|
||||
mCoreModelConnection->invokeToModel([this] { emit CoreModel::getInstance()->forceOidcTimeout(); });
|
||||
mCoreModelConnection->invokeToModel([this] { emit CoreModel::getInstance() -> forceOidcTimeout(); });
|
||||
});
|
||||
mCoreModelConnection->makeConnectToModel(&CoreModel::timeoutTimerStarted, [this]() {
|
||||
qDebug() << "App: oidc timer started";
|
||||
|
|
|
|||
2
external/linphone-sdk
vendored
2
external/linphone-sdk
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 23de419b606779bbe4cd4c0d4f643250c36ace31
|
||||
Subproject commit 9f4562bccbb5e48e80dc5d9a7ee1172a81736aac
|
||||
Loading…
Add table
Reference in a new issue