diff options
| author | Tannin <devnull@localhost> | 2014-02-23 17:18:20 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-02-23 17:18:20 +0100 |
| commit | 00f4e1799fb34e070773f3ec170be2dd86ec9c0d (patch) | |
| tree | 6fe354b5ac432a23e79793cbf7e2b7c069066d71 /src/modflagicondelegate.h | |
| parent | 35fcf1c25b19b612771a2bc874df7631695e1457 (diff) | |
- slightly overworked display of icon delegates
- updated installer
Diffstat (limited to 'src/modflagicondelegate.h')
| -rw-r--r-- | src/modflagicondelegate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modflagicondelegate.h b/src/modflagicondelegate.h index 800e2741..b64ca08f 100644 --- a/src/modflagicondelegate.h +++ b/src/modflagicondelegate.h @@ -12,7 +12,8 @@ private: virtual size_t getNumIcons(const QModelIndex &index) const;
QIcon getFlagIcon(ModInfo::EFlag flag) const;
-
+private:
+ static ModInfo::EFlag m_ConflictFlags[4];
};
#endif // MODFLAGICONDELEGATE_H
|
