From b9b1829dbc50534190c8b81f91ee477af6971834 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 14 Sep 2014 14:11:26 +0200 Subject: addign watch properties, starting notification work --- src/widgetinfomodel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgetinfomodel.h') diff --git a/src/widgetinfomodel.h b/src/widgetinfomodel.h index 6b30a91..4b2a700 100644 --- a/src/widgetinfomodel.h +++ b/src/widgetinfomodel.h @@ -25,6 +25,8 @@ public: int rowCount(const QModelIndex &parent) const; QVariant data(const QModelIndex &index, int role) const; + QList toList() const; + signals: public slots: -- cgit v1.2.3