summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-05-25 20:17:21 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-05-25 20:17:21 +0200
commit36b81b4a7ca4d9760c4fbe79d67c9aed7e0ab6fe (patch)
tree27db35d29b9edee777fb13eb179616a23d3caae1 /src/modlist.h
parentcf1bbdd13e0db8856df672c367d3ec1610f6c556 (diff)
Use ModDataContent to display the tooltip in the header.
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h2
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;