SVN_SILENT: removed commented codephin with the column view a wrong layout has been shown.

BUG: 211149
BUG: 214515

svn path=/trunk/KDE/kdebase/apps/; revision=1070709
This commit is contained in:
Peter Penz 2010-01-06 14:50:17 +00:00
parent 3ea9e54081
commit 749fac334d
2 changed files with 0 additions and 10 deletions

View file

@ -347,15 +347,6 @@ void DolphinColumnView::leaveEvent(QEvent* event)
m_container->m_controller->emitViewportEntered();
}
void DolphinColumnView::selectionChanged(const QItemSelection& selected, const QItemSelection& deselected)
{
QListView::selectionChanged(selected, deselected);
//QItemSelectionModel* selModel = m_container->selectionModel();
//selModel->select(selected, QItemSelectionModel::Select);
//selModel->select(deselected, QItemSelectionModel::Deselect);
}
void DolphinColumnView::currentChanged(const QModelIndex& current, const QModelIndex& previous)
{
QListView::currentChanged(current, previous);

View file

@ -98,7 +98,6 @@ protected:
virtual void contextMenuEvent(QContextMenuEvent* event);
virtual void wheelEvent(QWheelEvent* event);
virtual void leaveEvent(QEvent* event);
virtual void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous);
private slots: