mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 23:28:09 +00:00
feat(src/main): log main font
This commit is contained in:
parent
e09911d8fb
commit
2b093cb604
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ int main (int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
app.setFont(QFont(DEFAULT_FONT));
|
||||
qInfo() << QStringLiteral("Main font:") << app.font();
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Init and run!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue