mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
SVN_SILENT: just mention what the method does, skip implementation details
svn path=/trunk/KDE/kdebase/apps/; revision=918538
This commit is contained in:
parent
2033278815
commit
1f3916a222
1 changed files with 1 additions and 5 deletions
|
@ -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(). */
|
||||
|
|
Loading…
Reference in a new issue