]> 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 4f4eb890cd79e954f72d6da81f8fa94140e1cc62..ee9a7ec2716a6bf834f099200bffbe82fa9d522f 100644 (file)
@@ -55,6 +55,11 @@ namespace Dolphin {
     const int LAYOUT_SPACING_SMALL = 2;
 }
 
+enum Animated {
+    WithAnimation,
+    WithoutAnimation
+};
+
 class GlobalConfig : public QObject
 {
     Q_OBJECT