diff options
| author | Jan Chren <dev.rindeal@gmail.com> | 2016-03-19 19:41:10 +0100 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-19 22:47:15 +0000 |
| commit | 803b02d956be4bb28d1a27465e86ab9a0ef09eef (patch) | |
| tree | 67a4c93d766f831b1fd39dc96400771860810979 /dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch | |
| parent | fd9a2b49784ee3b677f84a6a8fa4c2c1d3d5d97b (diff) | |
| download | gentoo-803b02d956be4bb28d1a27465e86ab9a0ef09eef.tar.gz gentoo-803b02d956be4bb28d1a27465e86ab9a0ef09eef.tar.bz2 gentoo-803b02d956be4bb28d1a27465e86ab9a0ef09eef.zip | |
dev-db/sqlitestudio: new package
Closes: https://github.com/gentoo/gentoo/pull/1088
Diffstat (limited to 'dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch')
| -rw-r--r-- | dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch b/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch new file mode 100644 index 000000000000..c42160c52f07 --- /dev/null +++ b/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch @@ -0,0 +1,30 @@ +--- a/SQLiteStudio3/coreSQLiteStudio/db/db.cpp 2015-05-11 23:22:41.000000000 +0200 ++++ b/SQLiteStudio3/coreSQLiteStudio/db/db.cpp 2016-01-20 02:21:00.350160645 +0100 +@@ -1,6 +1,7 @@ + #include "db.h" + #include <QMetaEnum> + #include <QDebug> ++#include <QDataStream> + + Db::Db() + { +--- a/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp 2015-05-11 23:22:41.000000000 +0200 ++++ b/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp 2016-01-20 01:46:22.113263710 +0100 +@@ -11,6 +11,7 @@ + #include <QDebug> + #include <QRegularExpression> + #include <QDir> ++#include <QDataStream> + + #ifdef Q_OS_LINUX + #include <sys/utsname.h> +--- a/SQLiteStudio3/sqlitestudiocli/cli_config.h 2015-05-11 23:22:40.000000000 +0200 ++++ b/SQLiteStudio3/sqlitestudiocli/cli_config.h 2016-01-20 02:45:11.393819294 +0100 +@@ -2,6 +2,7 @@ + #define CLI_CONFIG_H + + #include "config_builder.h" ++#include <QDataStream> + + namespace CliResultsDisplay + { |
