mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 04:58:09 +00:00
feat(src/components/core/CoreHandlers): log global state changes
This commit is contained in:
parent
ae7f10ca80
commit
f0287be232
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ void CoreHandlers::onGlobalStateChanged (
|
|||
linphone::GlobalState gstate,
|
||||
const string &
|
||||
) {
|
||||
qInfo() << QStringLiteral("Global state: %1.").arg(gstate);
|
||||
|
||||
if (gstate == linphone::GlobalStateOn)
|
||||
emit coreStarted ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue