diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2026-04-09 13:16:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-09 13:16:16 +0200 |
| commit | 662f0332950e5f93518ea2ed24a681e22d1eda88 (patch) | |
| tree | 58a2fc2db84c20590f5846b3e68acdfb09c065a2 /src/pluginlistview.cpp | |
| parent | 2043d9931cb9baf1eef23240ea6061fc40fee67d (diff) | |
[pre-commit.ci] Pre-commit autoupdate. (#2357)
* [pre-commit.ci] Pre-commit autoupdate.
updates:
- [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.8...v22.1.2)
* [pre-commit.ci] Auto fixes from pre-commit.com hooks.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'src/pluginlistview.cpp')
| -rw-r--r-- | src/pluginlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlistview.cpp b/src/pluginlistview.cpp index a3485fc2..f8990a94 100644 --- a/src/pluginlistview.cpp +++ b/src/pluginlistview.cpp @@ -112,7 +112,7 @@ void PluginListView::updatePluginCount() int activeCount = activeMasterCount + activeMediumMasterCount + activeLightMasterCount + activeRegularCount; - int totalCount = masterCount + mediumMasterCount + lightMasterCount + regularCount; + int totalCount = masterCount + mediumMasterCount + lightMasterCount + regularCount; auto toolTip = tr("<table cellspacing=\"6\">" |
