Home
last modified time | relevance | path

Searched refs:slotListingStopped (Results 1 – 2 of 2) sorted by relevance

/dports/x11-fm/konqueror/konqueror-21.12.3/sidebar/trees/dirtree_module/
H A Ddirtree_module.cpp36 this, SLOT(slotListingStopped(QUrl))); in ~KonqSidebarDirTreeModule()
38 …rLister, &KCoreDirLister::listingDirCanceled, this, &KonqSidebarDirTreeModule::slotListingStopped); in ~KonqSidebarDirTreeModule()
296 this, SLOT(slotListingStopped(QUrl))); in openSubFolder()
298 this, SLOT(slotListingStopped(QUrl))); in openSubFolder()
300 …Lister, &KCoreDirLister::listingDirCompleted, this, &KonqSidebarDirTreeModule::slotListingStopped); in openSubFolder()
301 …rLister, &KCoreDirLister::listingDirCanceled, this, &KonqSidebarDirTreeModule::slotListingStopped); in openSubFolder()
546 void KonqSidebarDirTreeModule::slotListingStopped(const QUrl &url) in slotListingStopped() function in KonqSidebarDirTreeModule
H A Ddirtree_module.h43 void slotListingStopped(const QUrl &url);