┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-30 06:16:13 +0000
committerPeter Penz <[email protected]>2009-01-30 06:16:13 +0000
commit1f3916a22254acd05054b40b52e24600d94a2429 (patch)
treef2e1f0ff8f4b6668ab90d003f333e791c248007c /src/dolphinmainwindow.h
parent20332788152516f83eb4861fcb2bac7a68667be7 (diff)
SVN_SILENT: just mention what the method does, skip implementation details
svn path=/trunk/KDE/kdebase/apps/; revision=918538
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h6
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(). */