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/mphoneform.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/mphoneform.cpp')
-rw-r--r-- | src/gui/mphoneform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/mphoneform.cpp b/src/gui/mphoneform.cpp index 260fda7..c4e3c1d 100644 --- a/src/gui/mphoneform.cpp +++ b/src/gui/mphoneform.cpp @@ -54,6 +54,7 @@ #include <QRegExp> #include <QValidator> #include <QSettings> +#include <QRegExpValidator> #include "buddyform.h" #include "diamondcardprofileform.h" #include "osd.h" |