wrong constexpr removed

This commit is contained in:
Uwe Rathmann 2024-02-27 07:56:52 +01:00
parent 82bd6f1420
commit 7f8bc6caef

View File

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