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

ApplicationManagerWindow {
    color: "crimson"

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