From 188754a3e5b298683b88fbe6786c524c172ed6a9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 21 Feb 2008 12:49:11 +0000 Subject: Let the DolphinController be aware on which QAbstractItemView instance he is working. This allows to connect signals from the view implementations (icons view, details view, column view) directly to the slots of the DolphinController without a helper slot. svn path=/trunk/KDE/kdebase/apps/; revision=777737 --- src/dolphindetailsview.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 92c451e63..14e995f6b 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -106,11 +106,6 @@ private slots: void zoomIn(); void zoomOut(); - /** - * Called by QTreeView when an item is activated (clicked or double-clicked) - */ - void triggerItem(const QModelIndex& index); - /** * Opens a context menu at the position \a pos and allows to * configure the visibility of the header columns. -- cgit v1.3.1