diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-12-24 17:29:16 +0100 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2018-12-24 17:29:16 +0100 |
| commit | d28ddcfbb52394a2a7ac793ad376ea8fd7b514fe (patch) | |
| tree | f6e3038adf070a2f223edc0cd88d74f8ce539502 /src/pluginlist.cpp | |
| parent | 6211a23c5f2d891b7e2c91d837c5ed98959f4f27 (diff) | |
Added Active Plugins and Active Mods counters
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 b0f59e1e..fcb05979 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -846,6 +846,7 @@ void PluginList::generatePluginIndexes() m_ESPs[i].m_Index = QString("%1").arg(l - numESLs - numSkipped, 2, 16, QChar('0')).toUpper();
}
}
+ emit esplist_changed();
}
|
