Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48552 | Differences between
and this patch

Collapse All | Expand All

(-)yzis-M3/kyzis/src/viewwidget.h (-2 / +2 lines)
Lines 77-84 Link Here
77
		 */
77
		 */
78
		void setkid( int kId ) { mkId = kId; }
78
		void setkid( int kId ) { mkId = kId; }
79
79
80
		void KYZisView::wheelEvent( QWheelEvent * e );
80
		void wheelEvent( QWheelEvent * e );
81
		void KYZisView::contextMenuEvent( QContextMenuEvent * e );
81
		void contextMenuEvent( QContextMenuEvent * e );
82
82
83
		/**
83
		/**
84
		 * @internal
84
		 * @internal
(-)yzis-M3/libyzis/linesearch.h (-1 / +1 lines)
Lines 70-76 Link Here
70
	/**
70
	/**
71
	 * Searches for previously searched character in opposite direction
71
	 * Searches for previously searched character in opposite direction
72
	 */
72
	 */
73
	YZCursor YZLineSearch::searchAgainOpposite( bool &found, unsigned int times );
73
	YZCursor searchAgainOpposite( bool &found, unsigned int times );
74
	
74
	
75
	/**
75
	/**
76
	 * Defines types of searches for history
76
	 * Defines types of searches for history

Return to bug 48552