diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.h | 6 |
1 files changed, 1 insertions, 5 deletions
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(). */ |
