svn path=/trunk/KDE/kdebase/apps/; revision=784855
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);
}
void quit();
signals:
- /**
- * Is send if the active view has been changed in
- * the split view mode.
- */
- void activeViewChanged();
-
/**
* Is sent if the selection of the currently active view has
* been changed.