Qt5 compiler issue fixed
This commit is contained in:
parent
d06c2c6d8f
commit
eb5f3d3bcf
@ -172,7 +172,7 @@ using S = QskSpinBox;
|
|||||||
|
|
||||||
QskSpinBox::QskSpinBox(QQuickItem* const parent)
|
QskSpinBox::QskSpinBox(QQuickItem* const parent)
|
||||||
: Inherited(parent)
|
: Inherited(parent)
|
||||||
, m_data(std::make_unique<PrivateData>(this))
|
, m_data( new PrivateData( this ) )
|
||||||
{
|
{
|
||||||
setBoundaries(0.0,1.0);
|
setBoundaries(0.0,1.0);
|
||||||
setAcceptHoverEvents(true);
|
setAcceptHoverEvents(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user