]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: just mention what the method does, skip implementation details
authorPeter Penz <peter.penz19@gmail.com>
Fri, 30 Jan 2009 06:16:13 +0000 (06:16 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 30 Jan 2009 06:16:13 +0000 (06:16 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=918538

src/dolphinmainwindow.h

index 885610b9fec54af9ebed3fdb7c7a3f6d0b578930..2e49cc67ae5160d6cfaaf21e9cdec859a9822406 100644 (file)
@@ -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(). */