build warnings fixed
This commit is contained in:
parent
85642665d4
commit
3912fc3a91
@ -81,6 +81,7 @@ class QskListView::PrivateData
|
||||
https://github.com/uwerat/qskinny/tree/features/listview
|
||||
*/
|
||||
|
||||
Q_UNUSED( listView );
|
||||
Q_UNUSED( row );
|
||||
Q_UNUSED( oldStates );
|
||||
Q_UNUSED( newStates );
|
||||
|
@ -36,5 +36,3 @@ QSGNode* QskProgressIndicatorSkinlet::updateSubNode(
|
||||
|
||||
return Inherited::updateSubNode( skinnable, nodeRole, node );
|
||||
}
|
||||
|
||||
#include "moc_QskProgressIndicatorSkinlet.cpp"
|
||||
|
@ -23,10 +23,11 @@ class QSK_EXPORT QskProgressIndicatorSkinlet : public QskSkinlet
|
||||
RoleCount
|
||||
};
|
||||
|
||||
QskProgressIndicatorSkinlet( QskSkin* = nullptr );
|
||||
~QskProgressIndicatorSkinlet() override;
|
||||
|
||||
protected:
|
||||
QskProgressIndicatorSkinlet( QskSkin* = nullptr );
|
||||
|
||||
QSGNode* updateSubNode( const QskSkinnable*,
|
||||
quint8 nodeRole, QSGNode* ) const override;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user