X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/dbabe22249781242c789d691c1f887046e71580e..40cc5f665d:/src/global.h diff --git a/src/global.h b/src/global.h index 4f4eb890c..ee9a7ec27 100644 --- a/src/global.h +++ b/src/global.h @@ -55,6 +55,11 @@ namespace Dolphin { const int LAYOUT_SPACING_SMALL = 2; } +enum Animated { + WithAnimation, + WithoutAnimation +}; + class GlobalConfig : public QObject { Q_OBJECT