X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ba3e70ffe075bfee6cf172b4f0405709f1ad1200..06e5202c4727df7295fc7a515e41f65a9c2fcdde:/src/views/dolphinview.h diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index f756de05e..6d15ebf32 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -483,6 +483,12 @@ signals: */ void directoryLoadingCompleted(); + /** + * Is emitted after the directory loading triggered by DolphinView::setUrl() + * has been canceled. + */ + void directoryLoadingCanceled(); + /** * Is emitted after DolphinView::setUrl() has been invoked and provides * the information how much percent of the current directory have been loaded.