unbreak wallpaper config model

This commit is contained in:
Marco Martin 2014-02-20 13:35:11 +01:00
parent a7c6d3a79e
commit 68496ed363

View File

@ -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)