diff options
| author | Tirtha Chatterjee <[email protected]> | 2011-08-29 21:13:36 +0530 |
|---|---|---|
| committer | Tirtha Chatterjee <[email protected]> | 2011-08-29 21:13:36 +0530 |
| commit | 6e6b4ce75cf3f01bad2fad34baa9ecf15a5516af (patch) | |
| tree | 77a8189afa012a6d0bc38452495201243b506a6b /src/views/dolphinview.h | |
| parent | d8ce0bfe56e4df252198818db6ca2e0286ba1547 (diff) | |
Added the functionality to activate items by pressing 'enter' or 'return' key on them, equivalent to a mouse click.
REVIEW: 102450
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 437f12f39..7a2db6889 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -552,7 +552,9 @@ private slots: */ void activate(); - void slotItemClicked(int index, Qt::MouseButton button); + void slotItemActivated(int index); + void slotItemMiddleClicked(int index); + void slotContextMenuRequested(int index, const QPointF& pos); void slotItemExpansionToggleClicked(int index); void slotItemHovered(int index); void slotItemUnhovered(int index); |
