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/loot.h | |
| parent | 3728db1527814e3307d443319861db438787627c (diff) | |
added loot info to tooltip
Diffstat (limited to 'src/loot.h')
| -rw-r--r-- | src/loot.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ class Loot : public QObject public: struct Message { - QString type; + MOBase::log::Levels type; QString text; }; |
