diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 08:58:16 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 08:58:16 +0200 |
commit | 125bf42d84c269ee90a88257e088e2c71f310b36 (patch) | |
tree | 5a19f0f748277c37db7d3d1b111b618657a77075 /components/theme/qmldir | |
parent | aa6f0e0b8ec9fb90182ab0b65825ba5e6c94d4fa (diff) | |
download | kube-125bf42d84c269ee90a88257e088e2c71f310b36.tar.gz kube-125bf42d84c269ee90a88257e088e2c71f310b36.zip |
initial theme component
Diffstat (limited to 'components/theme/qmldir')
-rw-r--r-- | components/theme/qmldir | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/theme/qmldir b/components/theme/qmldir new file mode 100644 index 00000000..29cb06d9 --- /dev/null +++ b/components/theme/qmldir | |||
@@ -0,0 +1,3 @@ | |||
1 | module org.kube.components.theme | ||
2 | |||
3 | singleton Colors 1.0 Colors.qml | ||