summarylogtreecommitdiffstats
path: root/utils.diff
diff options
context:
space:
mode:
authorPiotr Rogoża2015-10-09 21:55:24 +0200
committerPiotr Rogoża2015-10-09 21:55:24 +0200
commit5b938b206e2cdea594105f9caa00361501070e16 (patch)
treeb7e251defab06f07c1db33a6f6a6bd70472c0d9c /utils.diff
parent262f548e3fafbb866472405109e716ce75de13c2 (diff)
downloadaur-5b938b206e2cdea594105f9caa00361501070e16.tar.gz
Added patches from Romzetron for qt 5.5. See http://bugs.sqlitestudio.pl/?id=2870
Diffstat (limited to 'utils.diff')
-rw-r--r--utils.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/utils.diff b/utils.diff
new file mode 100644
index 000000000000..d0354459e743
--- /dev/null
+++ b/utils.diff
@@ -0,0 +1,10 @@
+--- a/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp 2015-10-06 22:17:20.651145333 -0400
++++ b/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp 2015-10-06 22:16:19.332151242 -0400
+@@ -11,6 +11,7 @@
+ #include <QDebug>
+ #include <QRegularExpression>
+ #include <QDir>
++#include <QDataStream>
+
+ #ifdef Q_OS_LINUX
+ #include <sys/utsname.h>