summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/PlaybackControl.qml
diff options
context:
space:
mode:
authorJuho Annunen <juho.annunen@qt.io>2018-07-30 11:27:56 +0300
committerJuho Annunen <juho.annunen@qt.io>2018-08-02 09:21:50 +0000
commit4aa85d783e7e3e729ee4a4d772869236bf60d326 (patch)
tree022bd4a4dd533010e1720c1bbc26f6feb7a75eb2 /basicsuite/mediaplayer/PlaybackControl.qml
parenta60eb6782491ca42dd9139ad0a14866cdf064d40 (diff)
Use QSettings for color definitions
Task-number: QTBUG-69536 Change-Id: I4c1fa7758db6f593dd38050a75d276fcc85346ac Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'basicsuite/mediaplayer/PlaybackControl.qml')
-rw-r--r--basicsuite/mediaplayer/PlaybackControl.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/basicsuite/mediaplayer/PlaybackControl.qml b/basicsuite/mediaplayer/PlaybackControl.qml
index 7c90fa6..99b1d5c 100644
--- a/basicsuite/mediaplayer/PlaybackControl.qml
+++ b/basicsuite/mediaplayer/PlaybackControl.qml
@@ -50,7 +50,6 @@
import QtQuick 2.0
import QtDeviceUtilities.QtButtonImageProvider 1.0
-import "settings.js" as Settings
Row {
anchors.leftMargin: parent.width * 0.02
@@ -73,7 +72,7 @@ Row {
height: width
anchors.bottom: parent.bottom
anchors.bottomMargin: root.spacing
- fillColor: Settings.primaryGreen
+ fillColor: _primaryGreen
Image{
anchors.centerIn: parent
width: parent.width * 0.5
@@ -92,7 +91,7 @@ Row {
height: width
anchors.bottom: parent.bottom
anchors.bottomMargin: root.spacing
- fillColor: Settings.primaryGreen
+ fillColor: _primaryGreen
Image{
anchors.centerIn: parent
width: parent.width * 0.5