summaryrefslogtreecommitdiff
path: root/src/loot.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-23 23:54:19 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-23 23:54:19 -0500
commit54b18e88159738a3054c71d5a4827646caad4ded (patch)
treeb65aa9409a2ef7bcd5c86e93fb689e94942102e5 /src/loot.h
parent3728db1527814e3307d443319861db438787627c (diff)
added loot info to tooltip
Diffstat (limited to 'src/loot.h')
-rw-r--r--src/loot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loot.h b/src/loot.h
index dc9b0d7b..3a7c6aa9 100644
--- a/src/loot.h
+++ b/src/loot.h
@@ -19,7 +19,7 @@ class Loot : public QObject
public:
struct Message
{
- QString type;
+ MOBase::log::Levels type;
QString text;
};