unbreak wallpaper config model
This commit is contained in:
parent
a7c6d3a79e
commit
68496ed363
@ -59,7 +59,7 @@ class ConfigCategory;
|
||||
class PLASMAQUICK_EXPORT ConfigModel : public QAbstractListModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QQmlListProperty<ConfigCategory> categories READ categories CONSTANT)
|
||||
Q_PROPERTY(QQmlListProperty<PlasmaQuick::ConfigCategory> categories READ categories CONSTANT)
|
||||
Q_CLASSINFO("DefaultProperty", "categories")
|
||||
Q_PROPERTY(int count READ count NOTIFY countChanged)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user