aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-03-06 11:52:10 +0100
committerJari-Pekka Nurmi <jpnurmi@theqtcompany.com>2015-03-11 01:06:44 +0200
commita3921bcf01275425350c9c153fe92086a34d1403 (patch)
tree1c5c4dd36e9d19a36281bde723c7bf989bc70298 /src/imports/controls/ApplicationWindow.qml
parente9398b7465c7df38876d0c6528ea5c42bbd8bf6a (diff)
Implement Style as an attached property
Change-Id: I006ee566647e31d1a14919d164d7dd68539aae10 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/ApplicationWindow.qml')
-rw-r--r--src/imports/controls/ApplicationWindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/ApplicationWindow.qml b/src/imports/controls/ApplicationWindow.qml
index b64770a8..551598c6 100644
--- a/src/imports/controls/ApplicationWindow.qml
+++ b/src/imports/controls/ApplicationWindow.qml
@@ -41,7 +41,7 @@ import QtQuick.Controls 2.0
AbstractApplicationWindow {
id: window
- color: style.backgroundColor
+ color: Style.backgroundColor
flags: Qt.Window | Qt.WindowFullscreenButtonHint
contentWidth: contentItem.children.length === 1 ? contentItem.children[0].implicitWidth : 0