mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-27 10:08:41 +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,
|
linphone::GlobalState gstate,
|
||||||
const string &
|
const string &
|
||||||
) {
|
) {
|
||||||
|
qInfo() << QStringLiteral("Global state: %1.").arg(gstate);
|
||||||
|
|
||||||
if (gstate == linphone::GlobalStateOn)
|
if (gstate == linphone::GlobalStateOn)
|
||||||
emit coreStarted ();
|
emit coreStarted ();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue