this, &DolphinView::slotSelectionChanged);
m_toolTipManager = new ToolTipManager(this);
this, &DolphinView::slotSelectionChanged);
m_toolTipManager = new ToolTipManager(this);
m_versionControlObserver = new VersionControlObserver(this);
m_versionControlObserver->setModel(m_model);
m_versionControlObserver = new VersionControlObserver(this);
m_versionControlObserver->setModel(m_model);
if (GeneralSettings::useTabForSwitchingSplitView()) {
QKeyEvent* keyEvent = static_cast<QKeyEvent*>(event);
if (keyEvent->key() == Qt::Key_Tab && keyEvent->modifiers() == Qt::NoModifier) {
if (GeneralSettings::useTabForSwitchingSplitView()) {
QKeyEvent* keyEvent = static_cast<QKeyEvent*>(event);
if (keyEvent->key() == Qt::Key_Tab && keyEvent->modifiers() == Qt::NoModifier) {
if (job) {
connect(job, &KIO::DropJob::result, this, &DolphinView::slotPasteJobResult);
if (job) {
connect(job, &KIO::DropJob::result, this, &DolphinView::slotPasteJobResult);