diff options
author | Luboš Doležel <lubos@dolezel.info> | 2018-06-06 11:29:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 11:29:35 +0200 |
commit | da70392f6959e16243272e8abccebd95f8bfaf47 (patch) | |
tree | ac99a60a37cc6c5abdcaa6deb538b52ad8307f86 /src/gui/syssettingsform.cpp | |
parent | 02e1d1538af3337134bd7381dcd95f8d7775b30f (diff) | |
parent | 4b42755619011c117a76bdf98e417ebedc47e319 (diff) | |
download | twinkle-da70392f6959e16243272e8abccebd95f8bfaf47.tar twinkle-da70392f6959e16243272e8abccebd95f8bfaf47.tar.gz twinkle-da70392f6959e16243272e8abccebd95f8bfaf47.tar.lz twinkle-da70392f6959e16243272e8abccebd95f8bfaf47.tar.xz twinkle-da70392f6959e16243272e8abccebd95f8bfaf47.zip |
Merge pull request #125 from mkubecek/tmp/qt-5.11
fix Qt 5.11 build (issue #124)
Diffstat (limited to 'src/gui/syssettingsform.cpp')
-rw-r--r-- | src/gui/syssettingsform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/syssettingsform.cpp b/src/gui/syssettingsform.cpp index 216af54..355df59 100644 --- a/src/gui/syssettingsform.cpp +++ b/src/gui/syssettingsform.cpp @@ -28,6 +28,7 @@ #include "twinkle_config.h" #include <QRegExp> #include <QValidator> +#include <QRegExpValidator> #include "syssettingsform.h" /* * Constructs a SysSettingsForm as a child of 'parent', with the |