diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index cd9f238aa..9c41f73fe 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -246,6 +246,11 @@ Q_SIGNALS: void urlChanged(const QUrl &url); /** + * Is sent when the view is refreshed + */ + void urlRefreshed(const QUrl &url); + + /** * Is emitted if information of an item is requested to be shown e. g. in the panel. * If item is null, no item information request is pending. */ |
