X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/7042c6c2899a4e46a095a38ee1481b63ca4b96d8..b7ad5fb99d32d43fe4e083a8ffc2ebfbd046d2db:/src/global.h diff --git a/src/global.h b/src/global.h index 7f1931f0d..0ac2e9acb 100644 --- a/src/global.h +++ b/src/global.h @@ -25,6 +25,11 @@ namespace Dolphin { QList validateUris(const QStringList& uriList); + + /** + * Returns the home url which is defined in General Settings + */ + QUrl homeUrl(); } #endif //GLOBAL_H