summarylogtreecommitdiffstats
path: root/qvkscreenkey_fix.patch
diff options
context:
space:
mode:
authorAlfredo Ramos2015-06-16 17:52:04 -0500
committerAlfredo Ramos2015-06-16 17:52:04 -0500
commit28f0284469d11f25017ad18d12bcac761ebc80ea (patch)
treeadb3340ac5739b627f4125a3ee49bb9a27c866b1 /qvkscreenkey_fix.patch
parent3a171b418087b7c625929e9454c23e4bc98b9588 (diff)
downloadaur-28f0284469d11f25017ad18d12bcac761ebc80ea.tar.gz
Beta 2.4.1
Diffstat (limited to 'qvkscreenkey_fix.patch')
-rw-r--r--qvkscreenkey_fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/qvkscreenkey_fix.patch b/qvkscreenkey_fix.patch
deleted file mode 100644
index 77696928bdfd..000000000000
--- a/qvkscreenkey_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/screenkey/QvkScreenkey.h 2015-06-15 11:13:40.122098809 -0500
-+++ b/screenkey/QvkScreenkey.h 2015-06-15 11:15:04.039862344 -0500
-@@ -10,6 +10,10 @@
- #include <stdio.h>
- #include <string.h>
-
-+#ifdef Bool
-+#undef Bool
-+#endif
-+
- class QvkScreenkey: public QObject
- {
- Q_OBJECT