diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-14 11:35:20 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-12 20:16:50 -0600 |
| commit | 49159de5d7084bf1ac159e3e37e2b406cdd87dbf (patch) | |
| tree | eee325c67516bd360f672683daa13d494f8b19da /src/modflagicondelegate.h | |
| parent | 75a663941d5a58b9676e2eb99a2a288abc19a359 (diff) | |
Improved refresh performance by replacing std::transform() with CharLowerBuffer().
Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used.
Diffstat (limited to 'src/modflagicondelegate.h')
| -rw-r--r-- | src/modflagicondelegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modflagicondelegate.h b/src/modflagicondelegate.h index 7324d516..0f257c7d 100644 --- a/src/modflagicondelegate.h +++ b/src/modflagicondelegate.h @@ -15,7 +15,7 @@ private: QString getFlagIcon(ModInfo::EFlag flag) const;
private:
static ModInfo::EFlag m_ConflictFlags[4];
- static ModInfo::EFlag m_ArchiveLooseConflictFlags[3];
+ static ModInfo::EFlag m_ArchiveLooseConflictFlags[2];
static ModInfo::EFlag m_ArchiveConflictFlags[3];
};
|
