Library: fix wrong definition type.

This commit is contained in:
Mentalflow 2023-08-24 21:18:16 +08:00
parent 9516cbff48
commit 0ca8563ea7
Signed by: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
1 changed files with 1 additions and 1 deletions

View File

@ -4713,7 +4713,7 @@ private: \
namespace RibbonPopupDialogType {
Q_NAMESPACE
enum ButtonFlag {
enum class ButtonFlag {
NeutralButton = 0x0001,
NegativeButton = 0x0002,
PositiveButton = 0x0004