Code moved to KDirSortFilterProxyModel

svn path=/trunk/KDE/kdebase/apps/; revision=749852
This commit is contained in:
Rafael Fernández López 2007-12-18 01:38:31 +00:00
parent b6e0675e7f
commit c8d72e204f

View file

@ -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()