Fixed: Missing Q_OBJECT, see #279

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent fbd2c86629
commit 378ae6ecbb

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

Loading…
Cancel
Save