┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
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;