setActiveViewContainer(m_viewContainer[PrimaryView]);
updateViewActions();
- emit activeViewChanged(); // TODO unused; remove?
}
void DolphinMainWindow::reloadView()
const KUrl& url = m_activeViewContainer->url();
setCaption(url.fileName());
- emit activeViewChanged(); // TODO unused; remove?
emit urlChanged(url);
}