clearSelection();
}
+ if (m_toolTipManager != 0) {
+ m_toolTipManager->hideTip();
+ }
+
const QPoint pos = m_view->viewport()->mapFromGlobal(event->globalPos());
Q_ASSERT(m_view->m_controller->itemView() == this);
m_view->m_controller->triggerContextMenuRequest(pos);
void DolphinColumnWidget::deactivate()
{
clearFocus();
-
+ disconnect(this, SIGNAL(clicked(const QModelIndex&)),
+ m_view->m_controller, SLOT(requestTab(const QModelIndex&)));
disconnect(this, SIGNAL(clicked(const QModelIndex&)),
this, SLOT(slotClicked(const QModelIndex&)));
disconnect(this, SIGNAL(doubleClicked(const QModelIndex&)),