summaryrefslogtreecommitdiff
path: root/src/widgetinfomodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgetinfomodel.h')
-rw-r--r--src/widgetinfomodel.h2
1 files changed, 2 insertions, 0 deletions
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<WidgetInfo> toList() const;
+
signals:
public slots: