allow dataEngine: as well as engine: -> more consistent with documentation
This commit is contained in:
parent
fe8ccf1d71
commit
05c405c17b
@ -61,6 +61,7 @@ public:
|
||||
int interval() const {return m_interval;}
|
||||
void setInterval(const int interval);
|
||||
|
||||
Q_PROPERTY(QString dataEngine READ engine WRITE setEngine NOTIFY engineChanged)
|
||||
Q_PROPERTY(QString engine READ engine WRITE setEngine NOTIFY engineChanged)
|
||||
QString engine() const {return m_engine;}
|
||||
void setEngine(const QString &e);
|
||||
|
Loading…
Reference in New Issue
Block a user