Skip to content

Commit

Permalink
sync: from linuxdeepin/dtkgui
Browse files Browse the repository at this point in the history
Synchronize source files from linuxdeepin/dtkgui.

Source-pull-request: linuxdeepin/dtkgui#250
  • Loading branch information
deepin-ci-robot committed Aug 13, 2024
1 parent 30d5fce commit 9b87de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/kernel/dplatformhandle.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ class DPlatformHandle : public QObject
EffectNormal = 0x01, // 标准缩放动效
EffectCursor = 0x02, // 鼠标位置展开动效
EffectTop = 0x04, // 从上往下展开
EffectBottom = 0x08 // 从下往上展开
EffectBottom = 0x08, // 从下往上展开
EffectOut = 0x10 // 由外向内
};

Q_ENUM(EffectScene)
Expand Down

0 comments on commit 9b87de4

Please sign in to comment.