diff options
Diffstat (limited to 'src/kitemviews/kitemlistcontroller.h')
| -rw-r--r-- | src/kitemviews/kitemlistcontroller.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kitemviews/kitemlistcontroller.h b/src/kitemviews/kitemlistcontroller.h index 04d49854e..2e33948aa 100644 --- a/src/kitemviews/kitemlistcontroller.h +++ b/src/kitemviews/kitemlistcontroller.h @@ -105,13 +105,14 @@ public: virtual bool processEvent(QEvent* event, const QTransform& transform); signals: - void itemClicked(int index, Qt::MouseButton button); + void itemActivated(int index); + void itemMiddleClicked(int index); + void contextMenuRequested(int index, const QPointF& pos); /** * Is emitted if the item with the index \p index gets hovered. */ void itemHovered(int index); - /** * Is emitted if the item with the index \p index gets unhovered. * It is assured that the signal itemHovered() for this index |
