summaryrefslogtreecommitdiffstats
path: root/src/gui/wizardform.cpp
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2018-06-06 10:07:21 +0200
committerMichal Kubecek <mkubecek@suse.cz>2018-06-06 10:07:21 +0200
commit4b42755619011c117a76bdf98e417ebedc47e319 (patch)
treeac99a60a37cc6c5abdcaa6deb538b52ad8307f86 /src/gui/wizardform.cpp
parent02e1d1538af3337134bd7381dcd95f8d7775b30f (diff)
downloadtwinkle-4b42755619011c117a76bdf98e417ebedc47e319.tar
twinkle-4b42755619011c117a76bdf98e417ebedc47e319.tar.gz
twinkle-4b42755619011c117a76bdf98e417ebedc47e319.tar.lz
twinkle-4b42755619011c117a76bdf98e417ebedc47e319.tar.xz
twinkle-4b42755619011c117a76bdf98e417ebedc47e319.zip
Include <QRegExpValidator> explicitly
Since Qt 5.11, generated ui_getprofilename.h no longer includes QHeaderView which breaks the chain that included qvalidator.h in getprofilename.cpp. As it feels rather fragile to rely on such indirect includes, let's include <QRegExpValidator> explicitly in each file using QRegExpValidator class.
Diffstat (limited to 'src/gui/wizardform.cpp')
-rw-r--r--src/gui/wizardform.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/wizardform.cpp b/src/gui/wizardform.cpp
index 777aa12..f925875 100644
--- a/src/gui/wizardform.cpp
+++ b/src/gui/wizardform.cpp
@@ -23,6 +23,7 @@
#include <QTextStream>
#include "gui.h"
#include <QFile>
+#include <QRegExpValidator>
#include "wizardform.h"
#define PROV_NONE QT_TRANSLATE_NOOP("WizardForm", "None (direct IP to IP calls)")