diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 06cd9a833..c8fd90aa8 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -108,7 +108,7 @@ private slots: /** * Called by QTreeView when an item is activated (clicked or double-clicked) */ - void slotItemActivated(const QModelIndex& index); + void triggerItem(const QModelIndex& index); /** * Opens a context menu at the position \a pos and allows to |
