┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-01 14:20:57 +0000
committerPeter Penz <[email protected]>2008-04-01 14:20:57 +0000
commit4c8ebcf6541762e46c894af0afb50f5a5dbcc651 (patch)
tree731e3f17abce5fd451ec5c58d55e48501b4ee337 /src/dolphindetailsview.cpp
parentbfb7d56d937d653438ab18342450254bf490c614 (diff)
don't start the editor for renaming the files when double clicking on items
BUG: 159694 svn path=/trunk/KDE/kdebase/apps/; revision=792538
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 53bf4e2a7..1a9b6f4da 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -66,6 +66,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr
setAlternatingRowColors(true);
setRootIsDecorated(settings->expandableFolders());
setItemsExpandable(settings->expandableFolders());
+ setEditTriggers(QAbstractItemView::NoEditTriggers);
setMouseTracking(true);