Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
HistoryVisibility.qml 220 B
import QtQuick 2.0
import Sailfish.Silica 1.0

Item {
    height: textItem.contentHeight
    Text {
        id: textItem
        text: qsTr("Changed history visibility to: ")
        color: Theme.secondaryColor
    }
}