missing moc include

This commit is contained in:
Uwe Rathmann 2023-03-02 15:13:19 +01:00
parent c587263592
commit b0df60a7a7

View File

@ -269,3 +269,5 @@ QSizeF QskSpinBoxSkinlet::sizeHint( const QskSkinnable* skinnable,
hint = hint.expandedTo( spinBox->strutSizeHint( Q::Panel ) );
return hint;
}
#include "moc_QskSpinBoxSkinlet.cpp"