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/dolphiniconsview.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index f1210a97d..20d41051a 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -65,8 +65,6 @@ protected: virtual void wheelEvent(QWheelEvent* event); private slots: - void triggerItem(const QModelIndex& index); - void slotEntered(const QModelIndex& index); void slotShowPreviewChanged(); void slotAdditionalInfoChanged(); void zoomIn(); -- cgit v1.3.1