wrong constexpr removed

This commit is contained in:
Uwe Rathmann 2024-02-27 07:56:52 +01:00
parent 82bd6f1420
commit 7f8bc6caef
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace
return QskAspect::NoSubcontrol;
}
inline constexpr QskAspect aspectDecoration()
inline QskAspect aspectDecoration()
{
return QskSpinBox::Panel | QskAspect::Style;
}