SOURCES: yzis-gcc-4.1.patch (NEW) - kill exra qualifiers
czarny
czarny at pld-linux.org
Thu Oct 12 13:58:30 CEST 2006
Author: czarny Date: Thu Oct 12 11:58:30 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- kill exra qualifiers
---- Files affected:
SOURCES:
yzis-gcc-4.1.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/yzis-gcc-4.1.patch
diff -u /dev/null SOURCES/yzis-gcc-4.1.patch:1.1
--- /dev/null Thu Oct 12 13:58:30 2006
+++ SOURCES/yzis-gcc-4.1.patch Thu Oct 12 13:58:25 2006
@@ -0,0 +1,26 @@
+diff -urN yzis-M3/kyzis/src/viewwidget.h yzis-M3.new/kyzis/src/viewwidget.h
+--- yzis-M3/kyzis/src/viewwidget.h 2005-02-06 14:40:30.000000000 +0100
++++ yzis-M3.new/kyzis/src/viewwidget.h 2006-10-12 13:54:06.000000000 +0200
+@@ -77,8 +77,8 @@
+ */
+ void setkid( int kId ) { mkId = kId; }
+
+- void KYZisView::wheelEvent( QWheelEvent * e );
+- void KYZisView::contextMenuEvent( QContextMenuEvent * e );
++ void wheelEvent( QWheelEvent * e );
++ void contextMenuEvent( QContextMenuEvent * e );
+
+ /**
+ * @internal
+diff -urN yzis-M3/libyzis/linesearch.h yzis-M3.new/libyzis/linesearch.h
+--- yzis-M3/libyzis/linesearch.h 2004-12-17 08:45:53.000000000 +0100
++++ yzis-M3.new/libyzis/linesearch.h 2006-10-12 13:48:52.000000000 +0200
+@@ -70,7 +70,7 @@
+ /**
+ * Searches for previously searched character in opposite direction
+ */
+- YZCursor YZLineSearch::searchAgainOpposite( bool &found, unsigned int times );
++ YZCursor searchAgainOpposite( bool &found, unsigned int times );
+
+ /**
+ * Defines types of searches for history
================================================================
More information about the pld-cvs-commit
mailing list