X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/de8ea90ca78ccfb26dd501dc3bc089fb24ad9094..eb7a2e18ed00183199e616b7595decd8f40151e2:/src/global.h diff --git a/src/global.h b/src/global.h index 088e9c5b6..ee9a7ec27 100644 --- a/src/global.h +++ b/src/global.h @@ -46,6 +46,8 @@ namespace Dolphin { */ QVector, QStringList>> dolphinGuiInstances(const QString& preferredService); + QPair sortOrderForUrl(QUrl &url); + /** * TODO: Move this somewhere global to all KDE apps, not just Dolphin */ @@ -53,6 +55,11 @@ namespace Dolphin { const int LAYOUT_SPACING_SMALL = 2; } +enum Animated { + WithAnimation, + WithoutAnimation +}; + class GlobalConfig : public QObject { Q_OBJECT