invalid constexpr qualifier removed
This commit is contained in:
parent
9a5dd886ed
commit
5c1e0ccad4
@ -20,7 +20,7 @@ QSK_SUBCONTROL( QskSlider, Handle )
|
||||
|
||||
QSK_SYSTEM_STATE( QskSlider, Pressed, QskAspect::FirstSystemState << 2 )
|
||||
|
||||
static inline constexpr QskAspect qskAspectGraduationPolicy()
|
||||
static inline QskAspect qskAspectGraduationPolicy()
|
||||
{
|
||||
return QskSlider::Tick | QskAspect::Option;
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ namespace
|
||||
return QskAspect::NoSubcontrol;
|
||||
}
|
||||
|
||||
inline constexpr QskAspect aspectDecoration()
|
||||
inline QskAspect aspectDecoration()
|
||||
{
|
||||
return QskSpinBox::Panel | QskAspect::Style;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user