diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-03 13:04:27 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-03 13:04:27 -0500 |
| commit | aa9a1fc07fb612547c1d1c5074d669b2dd258af9 (patch) | |
| tree | 3f381e3120349a97f3731d0a1620e78ae1583b5a /src/modinfodialogfiletree.h | |
| parent | efec72a85a351f53880bffdba2438f6802d4f9ab (diff) | |
Refactor obsolete methods
Diffstat (limited to 'src/modinfodialogfiletree.h')
| -rw-r--r-- | src/modinfodialogfiletree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modinfodialogfiletree.h b/src/modinfodialogfiletree.h index f9fa62d4..42773899 100644 --- a/src/modinfodialogfiletree.h +++ b/src/modinfodialogfiletree.h @@ -2,9 +2,12 @@ #define MODINFODIALOGFILETREE_H #include "modinfodialogtab.h" +#include <QFileSystemModel> class FileTreeTab : public ModInfoDialogTab { + Q_OBJECT; + public: FileTreeTab(ModInfoDialogTabContext cx); |
