From kde-commits Mon Jun 30 23:56:28 2008 From: Allen Winter Date: Mon, 30 Jun 2008 23:56:28 +0000 To: kde-commits Subject: KDE/kdepim/kontact/src (silent) Message-Id: <1214870188.598605.25286.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121487020122419 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;