diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-14 18:11:57 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-14 18:11:57 -0600 |
| commit | 51e3e078be10a085702014b4b873d69c502e8b0a (patch) | |
| tree | 0cb906764d1f5ece8963c238aa99de9f7b6552af /src/lootdialog.h | |
| parent | fde5fa279746c90180223942a44f865859f85cb3 (diff) | |
Fix problem with translated unmanaged mods and origin names
- (Also adds translatable strings to directoryentry.cpp)
Diffstat (limited to 'src/lootdialog.h')
| -rw-r--r-- | src/lootdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lootdialog.h b/src/lootdialog.h index bc8c01fb..3cec15c6 100644 --- a/src/lootdialog.h +++ b/src/lootdialog.h @@ -42,6 +42,7 @@ protected: class LootDialog : public QDialog { + Q_OBJECT; public: LootDialog(QWidget* parent, OrganizerCore& core, Loot& loot); ~LootDialog(); |
