diff options
Diffstat (limited to 'src/global.h')
| -rw-r--r-- | src/global.h | 5 |
1 files changed, 5 insertions, 0 deletions
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<QUrl> validateUris(const QStringList& uriList); + + /** + * Returns the home url which is defined in General Settings + */ + QUrl homeUrl(); } #endif //GLOBAL_H |
