summarylogtreecommitdiffstats
path: root/0001-Fix-build-failure-due-to-missing-QKeyEvent-header.patch
diff options
context:
space:
mode:
authorXiretza2020-04-06 16:34:33 +0200
committerXiretza2020-04-06 16:34:33 +0200
commitb95f929c128cf566fd126b88067c97f52bcd2e93 (patch)
tree9d34357e4c59eae417d9211aec428cb9b54f122b /0001-Fix-build-failure-due-to-missing-QKeyEvent-header.patch
parent41f159f8337bcca7710151a91da8f05c8ec0a477 (diff)
downloadaur-b95f929c128cf566fd126b88067c97f52bcd2e93.tar.gz
Remove upstreamed patches
Diffstat (limited to '0001-Fix-build-failure-due-to-missing-QKeyEvent-header.patch')
-rw-r--r--0001-Fix-build-failure-due-to-missing-QKeyEvent-header.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/0001-Fix-build-failure-due-to-missing-QKeyEvent-header.patch b/0001-Fix-build-failure-due-to-missing-QKeyEvent-header.patch
deleted file mode 100644
index e6a32650c3a5..000000000000
--- a/0001-Fix-build-failure-due-to-missing-QKeyEvent-header.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 6ed2361e492d69f368ea5afaed5cbc1119219d6e Mon Sep 17 00:00:00 2001
-From: Xiretza <xiretza@xiretza.xyz>
-Date: Mon, 6 Apr 2020 14:43:58 +0200
-Subject: [PATCH] Fix build failure due to missing QKeyEvent header
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Build failed with "invalid static_cast from type ‘QEvent*’ to type ‘QKeyEvent*’"
-in src/mainwindow.cpp:429, including the header fixes that.
----
- src/mainwindow.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
-index e96bb0d..e558601 100644
---- a/src/mainwindow.cpp
-+++ b/src/mainwindow.cpp
-@@ -1,5 +1,6 @@
- #include <QFileDialog>
- #include <QMessageBox>
-+#include <QKeyEvent>
-
- #include "pcapexport.h"
- #include "mainwindow.h"
---
-2.26.0
-