Fixed: Missing Q_OBJECT, see #279

--HG--
branch : develop
This commit is contained in:
kervala 2016-08-14 12:50:29 +02:00
parent fbd2c86629
commit 378ae6ecbb

View file

@ -11,6 +11,8 @@
*/
class CProfilesModel : public QAbstractListModel
{
Q_OBJECT
public:
CProfilesModel(QObject *parent);
CProfilesModel(const CProfiles &profiles, QObject *parent);