diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-23 23:54:19 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-23 23:54:19 -0500 |
| commit | 54b18e88159738a3054c71d5a4827646caad4ded (patch) | |
| tree | b65aa9409a2ef7bcd5c86e93fb689e94942102e5 /src/pluginlist.h | |
| parent | 3728db1527814e3307d443319861db438787627c (diff) | |
added loot info to tooltip
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 8b1ce90c..004b1590 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -394,6 +394,10 @@ private: QVariant alignmentData(const QModelIndex &modelIndex) const;
QVariant tooltipData(const QModelIndex &modelIndex) const;
QVariant iconData(const QModelIndex &modelIndex) const;
+
+ QString makeLootTooltip(const Loot::Plugin& loot) const;
+ bool isProblematic(const ESPInfo& esp, const AdditionalInfo* info) const;
+ bool hasInfo(const ESPInfo& esp, const AdditionalInfo* info) const;
};
#pragma warning(pop)
|
