diff options
| author | Tannin <devnull@localhost> | 2015-03-18 19:35:49 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-03-18 19:35:49 +0100 |
| commit | 03b029c61398bf8c5db5faca44ff58e212454a1c (patch) | |
| tree | 75df0891cc7ae1ed78403cae677450b430f8df21 /src/modinfo.h | |
| parent | 7a1ae9b0f1560c9eda32e032796fbb3fd56ff236 (diff) | |
- avoiding unnecessary meta.ini saves when checking mods for updates
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 33e6ec96..e50561b7 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -934,6 +934,10 @@ public: void readMeta();
+private:
+
+ void setEndorsedState(EEndorsedState endorsedState);
+
private slots:
void nxmDescriptionAvailable(int modID, QVariant userData, QVariant resultData);
|
