summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/tomahawk/files/tomahawk-0.8.4-qt55.patch')
-rw-r--r--media-sound/tomahawk/files/tomahawk-0.8.4-qt55.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/media-sound/tomahawk/files/tomahawk-0.8.4-qt55.patch b/media-sound/tomahawk/files/tomahawk-0.8.4-qt55.patch
deleted file mode 100644
index 10b71c07c518..000000000000
--- a/media-sound/tomahawk/files/tomahawk-0.8.4-qt55.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 50e77ce0db45e9c876eba3d8cc6491f62a5de882 Mon Sep 17 00:00:00 2001
-From: Takahiro Hashimoto <kenya888@gmail.com>
-Date: Mon, 22 Jun 2015 14:33:23 +0900
-Subject: [PATCH] fix compilation error with Qt 5.5
-
----
- src/libtomahawk/network/acl/AclRegistry.cpp | 1 +
- src/libtomahawk/utils/TomahawkCache.h | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/libtomahawk/network/acl/AclRegistry.cpp b/src/libtomahawk/network/acl/AclRegistry.cpp
-index b177d19..3bc5056 100644
---- a/src/libtomahawk/network/acl/AclRegistry.cpp
-+++ b/src/libtomahawk/network/acl/AclRegistry.cpp
-@@ -21,6 +21,7 @@
-
- #include <QThread>
- #include <QVariant>
-+#include <QDataStream>
-
- #include "utils/Logger.h"
-
-diff --git a/src/libtomahawk/utils/TomahawkCache.h b/src/libtomahawk/utils/TomahawkCache.h
-index b7c3245..6a4aadd 100644
---- a/src/libtomahawk/utils/TomahawkCache.h
-+++ b/src/libtomahawk/utils/TomahawkCache.h
-@@ -27,6 +27,7 @@
- #include <QObject>
- #include <QTimer>
- #include <QDir>
-+#include <QDataStream>
-
- namespace TomahawkUtils
- {