summarylogtreecommitdiffstats
path: root/qregularexpression-fix.patch
diff options
context:
space:
mode:
authorRodrigo Bezerra2018-06-26 13:28:43 -0300
committerRodrigo Bezerra2018-06-26 13:28:43 -0300
commitc3569ef01973bba00459515c501c7e465b5f8fe5 (patch)
treedc81d9c1e463ce07fed4beb2be98cbf140c83978 /qregularexpression-fix.patch
parentdbc2ce94cfccd9cb45430c5e520aa02b5c7c5440 (diff)
downloadaur-c3569ef01973bba00459515c501c7e465b5f8fe5.tar.gz
Add patch to fix the missing QRegularExpression header
Diffstat (limited to 'qregularexpression-fix.patch')
-rw-r--r--qregularexpression-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/qregularexpression-fix.patch b/qregularexpression-fix.patch
new file mode 100644
index 000000000000..cbcbad2529eb
--- /dev/null
+++ b/qregularexpression-fix.patch
@@ -0,0 +1,12 @@
+diff --git a/SpellCheckers/HunspellChecker/hunspelloptionswidget.cpp b/SpellCheckers/HunspellChecker/hunspelloptionswidget.cpp
+index 47ef10e..6fd26ef 100644
+--- a/SpellCheckers/HunspellChecker/hunspelloptionswidget.cpp
++++ b/SpellCheckers/HunspellChecker/hunspelloptionswidget.cpp
+@@ -24,6 +24,7 @@
+ #include <coreplugin/icore.h>
+
+ #include <QFileDialog>
++#include <QRegularExpression>
+
+ using namespace SpellChecker::Checker::Hunspell;
+