From: Peter Penz Date: Fri, 30 Jan 2009 06:16:13 +0000 (+0000) Subject: SVN_SILENT: just mention what the method does, skip implementation details X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/1f3916a22254acd05054b40b52e24600d94a2429?ds=inline SVN_SILENT: just mention what the method does, skip implementation details svn path=/trunk/KDE/kdebase/apps/; revision=918538 --- diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 885610b9f..2e49cc67a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -282,11 +282,7 @@ private slots: */ void slotSelectionChanged(const KFileItemList& selection); - /** - * Wheel event, receives it's degree of movement (int). - * we look to see if it's negative (backwards) or positive (forwards). - * Enables changing of tabs via mouse wheel. - */ + /** Enables changing of tabs via mouse wheel. */ void slotWheelMoved(int wheelDelta); /** Emits the signal requestItemInfo(). */