mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 10:06:15 +00:00
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
|
|
}
|