summaryrefslogtreecommitdiff
path: root/games-board/pokerth/files/pokerth-1.1.1-qt5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/pokerth/files/pokerth-1.1.1-qt5.patch')
-rw-r--r--games-board/pokerth/files/pokerth-1.1.1-qt5.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/games-board/pokerth/files/pokerth-1.1.1-qt5.patch b/games-board/pokerth/files/pokerth-1.1.1-qt5.patch
deleted file mode 100644
index 1d3dd63922fb..000000000000
--- a/games-board/pokerth/files/pokerth-1.1.1-qt5.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
-From: Felix Hammer <f.hammer@web.de>
-Date: Fri, 7 Aug 2015 00:57:51 +0200
-Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
-
----
- src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
-+++ b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
-@@ -31,6 +31,7 @@
-
- #include <QCoreApplication>
- #include <QTime>
-+#include <QDataStream>
-
- #if defined(Q_OS_WIN)
- #include <QLibrary>