diff options
Diffstat (limited to 'qt-mobile/theme/Theme.qml')
-rw-r--r-- | qt-mobile/theme/Theme.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/theme/Theme.qml b/qt-mobile/theme/Theme.qml index 81c939505..faf96f96f 100644 --- a/qt-mobile/theme/Theme.qml +++ b/qt-mobile/theme/Theme.qml @@ -19,7 +19,7 @@ import QtQuick 2.0 -pragma Singleton +//pragma Singleton /*! \qmltype Theme @@ -30,7 +30,7 @@ pragma Singleton See \l {http://www.google.com/design/spec/style/color.html#color-ui-color-application} for details about choosing a color scheme for your application. */ -Object { +QtObject { id: theme property color textColor: Qt.rgba(0,0,0, 0.54) |