diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 01:44:40 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 01:44:40 +0200 |
commit | 24c7c2f6f1429103d922ef940c0e17a3d4778059 (patch) | |
tree | 76ab9ac2c9fade7db77f64424a17c478979d8a8b /metawatch/qml/metawatch-digital-watchface.qml | |
parent | ea5123cb6b30d5ab083ee3821269537b1d31b9f0 (diff) | |
download | sowatch-24c7c2f6f1429103d922ef940c0e17a3d4778059.tar.gz sowatch-24c7c2f6f1429103d922ef940c0e17a3d4778059.zip |
ABI change: Watchlet now depends on Watch, not WatchServer
Diffstat (limited to 'metawatch/qml/metawatch-digital-watchface.qml')
-rw-r--r-- | metawatch/qml/metawatch-digital-watchface.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/metawatch/qml/metawatch-digital-watchface.qml b/metawatch/qml/metawatch-digital-watchface.qml new file mode 100644 index 0000000..d2abbf0 --- /dev/null +++ b/metawatch/qml/metawatch-digital-watchface.qml @@ -0,0 +1,7 @@ +// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5 +import QtQuick 1.1 + +Rectangle { + width: 100 + height: 62 +} |