mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 14:48:15 +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
|
||||
|
||||
// =============================================================================
|
||||
|
||||
Notification {
|
||||
Rectangle {
|
||||
color: 'red'
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import QtQuick 2.7
|
|||
|
||||
import Common 1.0
|
||||
|
||||
// ===================================================================
|
||||
// =============================================================================
|
||||
|
||||
QtObject {
|
||||
property QtObject infoBar: QtObject {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue