aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/welcomescreen/widgets/PageLoader.qml
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2014-12-17 17:04:43 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2014-12-18 15:37:43 +0100
commit196e0d76e638699efc20dc43f0827d8f0da173ba (patch)
tree9b74b0295aaf9caeb9f4fa3dda4fde8d97ea3949 /share/qtcreator/welcomescreen/widgets/PageLoader.qml
parent4cf7742fed145d7a2f582c496683e6367f6d27e0 (diff)
Welcome: Fix compilation with QQuickWidget
Use the background color property in the QML code instead of relying on QQuickView::setColor Change-Id: I556515a42d9483f88500fa5a5c56ea21f48fa685 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'share/qtcreator/welcomescreen/widgets/PageLoader.qml')
-rw-r--r--share/qtcreator/welcomescreen/widgets/PageLoader.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/PageLoader.qml b/share/qtcreator/welcomescreen/widgets/PageLoader.qml
index 127c604da6..aea16aa45b 100644
--- a/share/qtcreator/welcomescreen/widgets/PageLoader.qml
+++ b/share/qtcreator/welcomescreen/widgets/PageLoader.qml
@@ -30,7 +30,7 @@
import QtQuick 2.1
-Item {
+Rectangle {
id: pageLoader
property alias model: repeater.model