mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
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
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CProfilesModel(QObject *parent);
|
||||
CProfilesModel(const CProfiles &profiles, QObject *parent);
|
||||
|
|
Loading…
Reference in a new issue