Qt 6.0 incompatibiities fixed
This commit is contained in:
parent
794d9e6955
commit
8365da891b
@ -899,12 +899,6 @@ void QskControl::geometryChange(
|
||||
Inherited::geometryChange( newGeometry, oldGeometry );
|
||||
}
|
||||
|
||||
void QskControl::windowDeactivateEvent()
|
||||
{
|
||||
// stopping gesture recognition ???
|
||||
Inherited::windowDeactivateEvent();
|
||||
}
|
||||
|
||||
void QskControl::updateItemPolish()
|
||||
{
|
||||
updateResources(); // an extra dirty bit for this ???
|
||||
|
@ -197,7 +197,6 @@ class QSK_EXPORT QskControl : public QskQuickItem, public QskSkinnable
|
||||
|
||||
void itemChange( ItemChange, const ItemChangeData& ) override;
|
||||
void geometryChange( const QRectF&, const QRectF& ) override;
|
||||
void windowDeactivateEvent() override;
|
||||
|
||||
void initSizePolicy( QskSizePolicy::Policy, QskSizePolicy::Policy );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user