summaryrefslogtreecommitdiff
path: root/sowatchui/watchletsmodel.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-04 01:46:06 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-04 01:46:06 +0200
commitc8385121987089af08ad95d28514af4b6dc13603 (patch)
treecc5ddf549d9cebbb77bfe175a9fcfd0276d51a64 /sowatchui/watchletsmodel.h
parent8af1436e92c1a853b74bacc9ac0adf012fdbc4ca (diff)
downloadsowatch-c8385121987089af08ad95d28514af4b6dc13603.tar.gz
sowatch-c8385121987089af08ad95d28514af4b6dc13603.zip
add basic support for settings pages
Diffstat (limited to 'sowatchui/watchletsmodel.h')
-rw-r--r--sowatchui/watchletsmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sowatchui/watchletsmodel.h b/sowatchui/watchletsmodel.h
index e0c2c62..4f7ae8f 100644
--- a/sowatchui/watchletsmodel.h
+++ b/sowatchui/watchletsmodel.h
@@ -15,7 +15,8 @@ public:
explicit WatchletsModel(QObject *parent = 0);
enum DataRoles {
- NameRole = Qt::UserRole
+ NameRole = Qt::UserRole,
+ ConfigQmlUrlRole
};
QString configKey() const;