From 90b0e715d220f64a9f50f06d4757fca2a6a32b46 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 8 Mar 2007 05:43:33 +0000 Subject: Use hover effect from KFileItemDelegate also for the details view and assure that only the column KDirModel::Name can be selected and edited. svn path=/trunk/KDE/kdebase/apps/; revision=640453 --- src/dolphinview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 63ceb983a..2507e9e8e 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -516,6 +516,12 @@ private: */ QAbstractItemView* itemView() const; + /** + * Returns true if the index is valid and represents + * the column KDirModel::Name. + */ + bool isValidNameIndex(const QModelIndex& index) const; + private: bool m_showProgress; Mode m_mode; -- cgit v1.3