]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.cpp
Remove "Rename inline" option
[dolphin.git] / src / views / dolphinview.cpp
index 509546d820e2ab3db2a2b2568ded60b7a18408c5..91d668e9d6bd8fa70d8e076f4d3b4bf9b77e5d1b 100644 (file)
@@ -591,6 +591,8 @@ void DolphinView::renameSelectedItems()
         return;
     }
 
+    // TODO: The new view-engine introduced with Dolphin 2.0 does not support inline
+    // renaming yet.
     /*if ((itemCount == 1) && DolphinSettings::instance().generalSettings()->renameInline()) {
         const QModelIndex dirIndex = m_viewAccessor.dirModel()->indexForItem(items.first());
         const QModelIndex proxyIndex = m_viewAccessor.proxyModel()->mapFromSource(dirIndex);