mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 17:03:23 +00:00
3c1d7c0074
Signed-off-by: Sebastian Kügler <sebas@kde.org>
6 lines
133 B
QML
6 lines
133 B
QML
import QtQuick 2.5
|
|
import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
|
|
|
|
Text {
|
|
color: MobileComponents.Theme.textColor
|
|
}
|