summarylogtreecommitdiffstats
path: root/db.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 /db.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 'db.diff')
-rw-r--r--db.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/db.diff b/db.diff
new file mode 100644
index 000000000000..b1b0ed98832a
--- /dev/null
+++ b/db.diff
@@ -0,0 +1,10 @@
+--- a/SQLiteStudio3/coreSQLiteStudio/db/db.cpp 2015-10-06 22:17:08.918004503 -0400
++++ b/SQLiteStudio3/coreSQLiteStudio/db/db.cpp 2015-10-06 22:15:58.142498766 -0400
+@@ -1,6 +1,7 @@
+ #include "db.h"
+ #include <QMetaEnum>
+ #include <QDebug>
++#include <QDataStream>
+
+ Db::Db()
+ {