X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/7042c6c2899a4e46a095a38ee1481b63ca4b96d8..c2c075011c0924fb6af3ae345f839620ea78afc2:/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