fix(app): fix coding style

This commit is contained in:
Ronan Abhamon 2017-01-17 17:09:18 +01:00
parent eaecac8584
commit de5376af8e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
import QtQuick 2.7 import QtQuick 2.7
// =============================================================================
Notification { Notification {
Rectangle { Rectangle {
color: 'red' color: 'red'

View file

@ -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 {