summaryrefslogtreecommitdiff
path: root/community/musescore
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-15 11:37:21 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-15 11:37:21 -0300
commita1ae9076f18ec51553e17dfe867f95b6b4931362 (patch)
treec0ca52078abd65c9f3d4c40cf871bbae7d17d5c2 /community/musescore
parent7caeeae33fd491dbea5044168bbc50197963118c (diff)
parent28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/asunder/PKGBUILD community/gshare/PKGBUILD community/kim4/PKGBUILD community/listen/PKGBUILD community/mercury/PKGBUILD core/eglibc/nscd
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"
- };