diff options
Diffstat (limited to 'src/global.h')
| -rw-r--r-- | src/global.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
