Home
last modified time | relevance | path

Searched refs:slotCurrentRootChanged (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/k3b/k3b-21.12.3/src/projects/
H A Dk3bdataviewimpl.h47 void slotCurrentRootChanged( const QModelIndex& newRoot );
H A Dk3bdataview.cpp142 m_dataViewImpl->slotCurrentRootChanged( m_dirProxy->mapToSource( indexes.first() ) ); in slotCurrentDirChanged()
H A Dk3bmixedview.cpp167 m_dataViewImpl->slotCurrentRootChanged( m_model->mapToSubModel( newRoot ) ); in slotCurrentDirChanged()
H A Dk3bdataviewimpl.cpp188 void K3b::DataViewImpl::slotCurrentRootChanged( const QModelIndex& newRoot ) in slotCurrentRootChanged() function in K3b::DataViewImpl