Fixed QML_ELEMENT macro, preset steps model preperations
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <QSettings>
|
||||
#include <qqml.h>
|
||||
|
||||
class ScheinCommanderSettings : public QSettings
|
||||
{
|
||||
Q_OBJECT
|
||||
QML_ELEMENT
|
||||
Q_PROPERTY(QString lastProjectFile READ lastProjectFile WRITE setLastProjectFile NOTIFY lastProjectFileChanged)
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user