wrong declaration fixed

This commit is contained in:
Uwe Rathmann 2025-01-03 10:10:36 +01:00
parent 448ab6fff7
commit a37891e1c1

View File

@ -76,7 +76,7 @@ QSK_EXPORT const QSGNode* qskPaintNode( const QQuickItem* );
QSK_EXPORT const QSGRootNode* qskScenegraphAnchorNode( const QQuickItem* );
QSK_EXPORT const QSGRootNode* qskScenegraphAnchorNode( const QQuickWindow* );
QSK_EXPORT void qskSetScenegraphAnchor( QQuickItem*, bool on, bool hide = false );
QSK_EXPORT void qskSetScenegraphAnchor( QQuickItem*, bool on );
QSK_EXPORT void qskItemUpdateRecursive( QQuickItem* );