┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-12-18 01:38:31 +0000
committerRafael Fernández López <[email protected]>2007-12-18 01:38:31 +0000
commitc8d72e204f18b52abf5a7fd5af792d389c580297 (patch)
treeeba62e9125d62197f1d3292591a010be3ec02b76 /src
parentb6e0675e7f65b3c588e1ad3487518b1456503c4f (diff)
Code moved to KDirSortFilterProxyModel
svn path=/trunk/KDE/kdebase/apps/; revision=749852
Diffstat (limited to 'src')
-rw-r--r--src/dolphinsortfilterproxymodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinsortfilterproxymodel.cpp b/src/dolphinsortfilterproxymodel.cpp
index d6d3c6c5f..563d1e4e8 100644
--- a/src/dolphinsortfilterproxymodel.cpp
+++ b/src/dolphinsortfilterproxymodel.cpp
@@ -55,7 +55,6 @@ DolphinSortFilterProxyModel::DolphinSortFilterProxyModel(QObject* parent) :
m_sorting(DolphinView::SortByName),
m_sortOrder(Qt::AscendingOrder)
{
- setSupportedDragActions(Qt::CopyAction | Qt::MoveAction | Qt::LinkAction | Qt::IgnoreAction);
}
DolphinSortFilterProxyModel::~DolphinSortFilterProxyModel()