summaryrefslogtreecommitdiff
path: root/sowatchui/watchletsmodel.h
diff options
context:
space:
mode:
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;