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/dolphincolumnwidget.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/dolphincolumnwidget.h') diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index 78f0d3ccb..b8113cd6f 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -113,17 +113,8 @@ protected: virtual void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected); private slots: - /** - * If the item specified by \a index is a directory, then this - * directory will be loaded in a new column. If the item is a - * file, the corresponding application will get started. - */ - void triggerItem(const QModelIndex& index); - void slotEntered(const QModelIndex& index); - void requestActivation(); - void updateFont(); private: -- cgit v1.3.1