summaryrefslogtreecommitdiffstats
path: root/tests/main/dir-with-update-already-installed/apps/hello-world.red/main.qml
blob: 29b2e715de9800bd2d7fd1c0e940c1ba32963725 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.4
import QtApplicationManager.Application 2.0

ApplicationManagerWindow {
    color: "crimson"

    Text {
        anchors.centerIn: parent
        text: "Hello Updated World!"
    }
}