diff options
author | Sergey Shatunov <me@prok.pw> | 2018-06-01 21:20:33 +0700 |
---|---|---|
committer | Sergey Shatunov <me@prok.pw> | 2018-06-02 17:22:43 +0700 |
commit | 4d68c1b509cd289e9f02cbf258e69f2539349029 (patch) | |
tree | 75ebfaae1e8c6b32babed0f89b18a5c62b06d503 /application/pages/modplatform/ImportPage.cpp | |
parent | f0ff2db4e1a81bc941ea8b6ce43f7fb63d34547a (diff) | |
download | PrismLauncher-4d68c1b509cd289e9f02cbf258e69f2539349029.tar.gz PrismLauncher-4d68c1b509cd289e9f02cbf258e69f2539349029.tar.bz2 PrismLauncher-4d68c1b509cd289e9f02cbf258e69f2539349029.zip |
GH-2291 Fix build with Qt 5.11+
Diffstat (limited to 'application/pages/modplatform/ImportPage.cpp')
-rw-r--r-- | application/pages/modplatform/ImportPage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pages/modplatform/ImportPage.cpp b/application/pages/modplatform/ImportPage.cpp index 545ca38d..f00c4811 100644 --- a/application/pages/modplatform/ImportPage.cpp +++ b/application/pages/modplatform/ImportPage.cpp @@ -7,6 +7,7 @@ #include "dialogs/ProgressDialog.h" #include "dialogs/NewInstanceDialog.h" #include <QFileDialog> +#include <QValidator> #include <InstanceImportTask.h> class UrlValidator : public QValidator |