[qt3] Remove redundant hunk from the qimage-parentheses patch (darn symlinks).

Kevin Kofler kkofler at fedoraproject.org
Fri Nov 4 02:00:03 UTC 2011


commit 018f6d7e73ac53bcb364fd6a17ec12d806aca9ce
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Fri Nov 4 02:59:40 2011 +0100

    Remove redundant hunk from the qimage-parentheses patch (darn symlinks).

 qt-x11-free-3.3.8b-qimage-parentheses.patch |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/qt-x11-free-3.3.8b-qimage-parentheses.patch b/qt-x11-free-3.3.8b-qimage-parentheses.patch
index c4e52ae..cd0342d 100644
--- a/qt-x11-free-3.3.8b-qimage-parentheses.patch
+++ b/qt-x11-free-3.3.8b-qimage-parentheses.patch
@@ -1,15 +1,3 @@
-diff -ur qt-x11-free-3.3.8b/include/qimage.h qt-x11-free-3.3.8b-qimage-parentheses/include/qimage.h
---- qt-x11-free-3.3.8b/include/qimage.h	2008-01-15 20:09:13.000000000 +0100
-+++ qt-x11-free-3.3.8b-qimage-parentheses/include/qimage.h	2011-11-04 02:49:22.000000000 +0100
-@@ -58,7 +58,7 @@
-     QCString lang;
- 
-     bool operator< (const QImageTextKeyLang& other) const
--	{ return key < other.key || key==other.key && lang < other.lang; }
-+	{ return key < other.key || (key==other.key && lang < other.lang); }
-     bool operator== (const QImageTextKeyLang& other) const
- 	{ return key==other.key && lang==other.lang; }
- };
 diff -ur qt-x11-free-3.3.8b/src/kernel/qimage.h qt-x11-free-3.3.8b-qimage-parentheses/src/kernel/qimage.h
 --- qt-x11-free-3.3.8b/src/kernel/qimage.h	2008-01-15 20:09:13.000000000 +0100
 +++ qt-x11-free-3.3.8b-qimage-parentheses/src/kernel/qimage.h	2011-11-04 02:49:22.000000000 +0100


More information about the scm-commits mailing list