From e287058acb772b55b679a694062361d3fb0e8f89 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 21 Feb 2008 11:56:31 +0000 Subject: Prevent code duplication by moving the duplications into the DolphinController. Maybe it might be a good idea to let the DolphinController be aware also about his QAbstractItemView -> it might be possible to directly connect signals of the dolphin view implementations with the controller. I'll check this... (I did not backport this cleanup as I think it has too many changes to be handled as bugfix) CCMAIL: faure@kde.org CCMAIL: edulix@gmail.com svn path=/trunk/KDE/kdebase/apps/; revision=777719 --- src/dolphincolumnwidget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dolphincolumnwidget.h') diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index 25da35bd8..78f0d3ccb 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -133,8 +133,6 @@ private: /** Used by DolphinColumnWidget::setActive(). */ void deactivate(); - KFileItem itemForIndex(const QModelIndex& index) const; - private: bool m_active; DolphinColumnView* m_view; -- cgit v1.3.1