plasma-framework/autotests/data/testfallbackpackage/contents/ui/main.qml
Marco Martin 5ceb8d1197 add an autotest for fallback
correct a couple of problems the test catched
2014-09-01 15:51:05 +02:00

8 lines
71 B
QML

import QtQuick 2.0
Rectangle {
id: root
color: "darkblue"
}