]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/global.h
Merge branch 'Applications/16.04'
[dolphin.git] / src / global.h
index 7f1931f0d191359d4ef1a9f868909d104932b2ed..0ac2e9acb6010d4dac8371f6d621177f9f08a9b5 100644 (file)
 
 namespace Dolphin {
     QList<QUrl> validateUris(const QStringList& uriList);
+
+    /**
+     * Returns the home url which is defined in General Settings
+     */
+    QUrl homeUrl();
 }
 
 #endif //GLOBAL_H