┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-12 17:36:34 +0000
committerPeter Penz <[email protected]>2008-03-12 17:36:34 +0000
commita16a52401b27b35f1bf7dcd88a797320afbf073a (patch)
tree1784a25a80b55f7f7f806adbe2dda3a05850c36b /src/dolphindetailsview.cpp
parente83c309781084603f040f8d46e2f834babe2b087 (diff)
* the WA_Hover flag is set by KFileItemDelegate automatically now
* mouse tracking must stay enabled svn path=/trunk/KDE/kdebase/apps/; revision=784871
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 2eb631a64..53bf4e2a7 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -68,7 +68,6 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr
setItemsExpandable(settings->expandableFolders());
setMouseTracking(true);
- viewport()->setAttribute(Qt::WA_Hover);
const ViewProperties props(controller->url());
setSortIndicatorSection(props.sorting());