diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-25 20:17:21 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-25 20:17:21 +0200 |
| commit | 36b81b4a7ca4d9760c4fbe79d67c9aed7e0ab6fe (patch) | |
| tree | 27db35d29b9edee777fb13eb179616a23d3caae1 /src/modlist.h | |
| parent | cf1bbdd13e0db8856df672c367d3ec1610f6c556 (diff) | |
Use ModDataContent to display the tooltip in the header.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h index 2abda076..4e2e86d2 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -283,7 +283,7 @@ private: QString getConflictFlagText(ModInfo::EConflictFlag flag, ModInfo::Ptr modInfo) const;
- static QString getColumnToolTip(int column);
+ QString getColumnToolTip(int column) const;
QVariantList contentsToIcons(const std::vector<int> &contentIds) const;
|
