summaryrefslogtreecommitdiff
path: root/community/musescore
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-11-15 14:34:01 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-11-15 14:34:01 +0000
commit28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (patch)
treeb5961b2312f5afe599dba0d1b9a3b6f6e3d04091 /community/musescore
parent3d151dfc8e08b65c2c1d4b5e8081562d56ee7d41 (diff)
Tue Nov 15 14:33:58 UTC 2011
Diffstat (limited to 'community/musescore')
-rw-r--r--community/musescore/QtEvent.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/musescore/QtEvent.patch b/community/musescore/QtEvent.patch
deleted file mode 100644
index d8aa1562d..000000000
--- a/community/musescore/QtEvent.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur mscore-0.9.6.3.orig/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp mscore-0.9.6.3.new/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp
---- mscore-0.9.6.3.orig/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp 2010-10-12 22:01:35.000000000 +0200
-+++ mscore-0.9.6.3.new/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp 2010-10-12 22:03:11.000000000 +0200
-@@ -214,7 +214,6 @@
- , QEvent::UngrabMouse
- , QEvent::GrabKeyboard
- , QEvent::UngrabKeyboard
-- , QEvent::CocoaRequestModal
- , QEvent::User
- , QEvent::MaxUser
- };
-@@ -362,7 +361,6 @@
- , "UngrabMouse"
- , "GrabKeyboard"
- , "UngrabKeyboard"
-- , "CocoaRequestModal"
- , "User"
- , "MaxUser"
- };