Skycoder42
7 years ago
No known key found for this signature in database
GPG Key ID: 8E01AD9EF0578D2B
2 changed files with
2 additions and
1 deletions
-
src/imports/mvvmcore/plugins.qmltypes
-
src/mvvmcore/settingsviewmodel.h
|
@ -482,6 +482,7 @@ Module { |
|
|
Signal { name: "beginLoadSetup" } |
|
|
Signal { name: "beginLoadSetup" } |
|
|
Signal { |
|
|
Signal { |
|
|
name: "valueChanged" |
|
|
name: "valueChanged" |
|
|
|
|
|
revision: 1 |
|
|
Parameter { name: "key"; type: "string" } |
|
|
Parameter { name: "key"; type: "string" } |
|
|
} |
|
|
} |
|
|
Method { |
|
|
Method { |
|
|
|
@ -74,7 +74,7 @@ Q_SIGNALS: |
|
|
//! Is emitted when the initialization has been completed and the viewmodel is ready for loading settings
|
|
|
//! Is emitted when the initialization has been completed and the viewmodel is ready for loading settings
|
|
|
void beginLoadSetup(); |
|
|
void beginLoadSetup(); |
|
|
|
|
|
|
|
|
void valueChanged(const QString &key); //TODO add to save/reset doc
|
|
|
Q_REVISION(1) void valueChanged(const QString &key); //TODO add to save/reset doc
|
|
|
|
|
|
|
|
|
protected: |
|
|
protected: |
|
|
void onInit(const QVariantHash ¶ms) override; |
|
|
void onInit(const QVariantHash ¶ms) override; |
|
|