plasma-framework/autotests/data/testconfigpackage/contents/ui/main.qml
David Rosca f336f80039 ConfigModel: Don't try to resolve empty source path from package
ConfigModel may contain ConfigCategory for both QML pages and KCM pages.
The source property will be empty for KCM pages.  This fixes correctly
returning empty source for KCM pages.
Also return the same value from get().

REVIEW: 127702
2016-05-04 17:34:02 +02:00

8 lines
71 B
QML

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