SVN commit 826568 by winterz: removing trailing whitespace and shorten a long line (<100 chars) SVN_SILENT: M +2 -1 iconsidepane.cpp M +1 -1 iconsidepane.h --- trunk/KDE/kdepim/kontact/src/iconsidepane.cpp #826567:826568 @@ -66,7 +66,8 @@ QItemSelectionModel::select( index, command ); } - virtual void select( const QItemSelection &selection, QItemSelectionModel::SelectionFlags command ) + virtual void select( const QItemSelection &selection, + QItemSelectionModel::SelectionFlags command ) { // Don't allow the current selection to be cleared if ( !selection.count() && ( command & QItemSelectionModel::Clear ) ) { --- trunk/KDE/kdepim/kontact/src/iconsidepane.h #826567:826568 @@ -112,7 +112,7 @@ virtual void updatePlugins(); protected: - virtual void resizeEvent( QResizeEvent *event ); + virtual void resizeEvent( QResizeEvent *event ); private: Navigator *mNavigator;