mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
fix(app): fix coding style
This commit is contained in:
parent
eaecac8584
commit
de5376af8e
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
import QtQuick 2.7
|
import QtQuick 2.7
|
||||||
|
|
||||||
|
// =============================================================================
|
||||||
|
|
||||||
Notification {
|
Notification {
|
||||||
Rectangle {
|
Rectangle {
|
||||||
color: 'red'
|
color: 'red'
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import QtQuick 2.7
|
||||||
|
|
||||||
import Common 1.0
|
import Common 1.0
|
||||||
|
|
||||||
// ===================================================================
|
// =============================================================================
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
property QtObject infoBar: QtObject {
|
property QtObject infoBar: QtObject {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue