Register Entry as QML element
Makes qmlls slightly happier
This commit is contained in:
parent
130548ee95
commit
dc3a1c4987
@ -19,6 +19,8 @@
|
||||
class Entry : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
QML_ELEMENT
|
||||
QML_UNCREATABLE("")
|
||||
|
||||
Q_PROPERTY(Feed *feed READ feed CONSTANT)
|
||||
Q_PROPERTY(QString id READ id CONSTANT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user