diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-18 21:44:45 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:35:05 -0500 |
| commit | f6bb73deb21228acf0e7f74500f50421143aa739 (patch) | |
| tree | 85e5f9460282555857d455ab71e0a27a026e6f61 /src/modinfo.cpp | |
| parent | 4342fe3ce16e1e14fb44cf2676e3887002f67ec4 (diff) | |
Clang cleanup
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 5ef36ef0..0ae28e73 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -495,7 +495,8 @@ void ModInfo::addCategory(const QString& categoryName) { int id = CategoryFactory::instance()->getCategoryID(categoryName); if (id == -1) { - id = CategoryFactory::instance()->addCategory(categoryName, std::vector<CategoryFactory::NexusCategory>(), 0); + id = CategoryFactory::instance()->addCategory( + categoryName, std::vector<CategoryFactory::NexusCategory>(), 0); } setCategory(id, true); } |
