SVN_SILENT: just mention what the method does, skip implementation details

svn path=/trunk/KDE/kdebase/apps/; revision=918538
This commit is contained in:
Peter Penz 2009-01-30 06:16:13 +00:00
parent 2033278815
commit 1f3916a222

View 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(). */