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
|
https://github.com/uwerat/qskinny/tree/features/listview
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Q_UNUSED( listView );
|
||||||
Q_UNUSED( row );
|
Q_UNUSED( row );
|
||||||
Q_UNUSED( oldStates );
|
Q_UNUSED( oldStates );
|
||||||
Q_UNUSED( newStates );
|
Q_UNUSED( newStates );
|
||||||
|
@ -36,5 +36,3 @@ QSGNode* QskProgressIndicatorSkinlet::updateSubNode(
|
|||||||
|
|
||||||
return Inherited::updateSubNode( skinnable, nodeRole, node );
|
return Inherited::updateSubNode( skinnable, nodeRole, node );
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "moc_QskProgressIndicatorSkinlet.cpp"
|
|
||||||
|
@ -23,10 +23,11 @@ class QSK_EXPORT QskProgressIndicatorSkinlet : public QskSkinlet
|
|||||||
RoleCount
|
RoleCount
|
||||||
};
|
};
|
||||||
|
|
||||||
QskProgressIndicatorSkinlet( QskSkin* = nullptr );
|
|
||||||
~QskProgressIndicatorSkinlet() override;
|
~QskProgressIndicatorSkinlet() override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
QskProgressIndicatorSkinlet( QskSkin* = nullptr );
|
||||||
|
|
||||||
QSGNode* updateSubNode( const QskSkinnable*,
|
QSGNode* updateSubNode( const QskSkinnable*,
|
||||||
quint8 nodeRole, QSGNode* ) const override;
|
quint8 nodeRole, QSGNode* ) const override;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user