From c8385121987089af08ad95d28514af4b6dc13603 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 4 May 2013 01:46:06 +0200 Subject: add basic support for settings pages --- sowatchui/watchletsmodel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sowatchui/watchletsmodel.h') 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; -- cgit v1.2.3