We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddc0886 + e09e2bf commit 7ef641dCopy full SHA for 7ef641d
collection.h
@@ -17,7 +17,7 @@ class Collection : public QSortFilterProxyModel
17
Q_PROPERTY(bool descendingSort READ descendingSort WRITE setDescendingSort NOTIFY descendingSortChanged)
18
Q_PROPERTY(bool caseSensitiveSort READ caseSensitiveSort WRITE setCaseSensitiveSort NOTIFY caseSensitiveSortChanged)
19
Q_PROPERTY(bool localeAwareSort READ localeAwareSort WRITE setLocaleAwareSort NOTIFY localeAwareSortChanged)
20
- Q_PROPERTY(JsonListModel* model READ model WRITE setModel NOTIFY modelChanged)
+ Q_PROPERTY(com::cutehacks::gel::JsonListModel* model READ model WRITE setModel NOTIFY modelChanged)
21
Q_PROPERTY(int count READ count NOTIFY countChanged)
22
23
public:
0 commit comments