2015-11-06 21:53:45 +00:00
|
|
|
import QtQuick 2.5
|
2015-11-29 17:30:41 +01:00
|
|
|
import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
|
2015-11-06 21:53:45 +00:00
|
|
|
|
|
|
|
Text {
|
2015-11-29 17:30:41 +01:00
|
|
|
color: MobileComponents.Theme.textColor
|
2015-11-06 21:53:45 +00:00
|
|
|
}
|