X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/6a0898178cca75c5808620d8bc1ea932a406f5fe..b1c9b5126d:/src/dolphinmainwindow.h diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index f9eb5cced..2e49cc67a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -282,12 +282,8 @@ 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. - */ - void slotWheelMoved(int wheeldelta); + /** Enables changing of tabs via mouse wheel. */ + void slotWheelMoved(int wheelDelta); /** Emits the signal requestItemInfo(). */ void slotRequestItemInfo(const KFileItem&); @@ -349,7 +345,7 @@ private slots: */ void closeTab(int index); - + /** * Opens a context menu for the tab with the index \a index * on the position \a pos.