Qt5 compiler issue fixed

This commit is contained in:
Uwe Rathmann 2023-02-17 13:36:08 +01:00
parent d06c2c6d8f
commit eb5f3d3bcf

View File

@ -172,7 +172,7 @@ using S = QskSpinBox;
QskSpinBox::QskSpinBox(QQuickItem* const parent)
: Inherited(parent)
, m_data(std::make_unique<PrivateData>(this))
, m_data( new PrivateData( this ) )
{
setBoundaries(0.0,1.0);
setAcceptHoverEvents(true);