diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-13 11:58:18 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-13 11:58:18 +0100 |
| commit | 33a49ef51c9fd401a1eeba47c42e56ad06b32d2b (patch) | |
| tree | b4db7b7c708097336b614c6a76a2260511706fd9 /src/pluginlist.cpp | |
| parent | 9e663691b0ad23faa979361facb416b7ea0fb08d (diff) | |
Write plugin list after edit.
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 918668ed..b5241f8f 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -1340,6 +1340,7 @@ bool PluginList::setData(const QModelIndex &modIndex, const QVariant &value, int result = true;
}
refreshLoadOrder();
+ emit writePluginsList();
}
}
|
