Fixed: Missing Q_OBJECT, see #279
This commit is contained in:
parent
1c75bcde46
commit
52eeb2a0b2
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
*/
|
*/
|
||||||
class CProfilesModel : public QAbstractListModel
|
class CProfilesModel : public QAbstractListModel
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CProfilesModel(QObject *parent);
|
CProfilesModel(QObject *parent);
|
||||||
CProfilesModel(const CProfiles &profiles, QObject *parent);
|
CProfilesModel(const CProfiles &profiles, QObject *parent);
|
||||||
|
|
Loading…
Reference in a new issue