]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/global.h
Make touch tap to select items work in selection mode
[dolphin.git] / src / global.h
index 088e9c5b66b20f58e2dc686f801ea3e899493171..ee9a7ec2716a6bf834f099200bffbe82fa9d522f 100644 (file)
@@ -46,6 +46,8 @@ namespace Dolphin {
      */
     QVector<QPair<QSharedPointer<OrgKdeDolphinMainWindowInterface>, QStringList>> dolphinGuiInstances(const QString& preferredService);
 
+    QPair<QString, Qt::SortOrder> 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