change the signal name to fix

Duplicate signal name: invalid override of property change signal or superclass signal
This commit is contained in:
Anas Khalifa 2025-07-20 12:12:52 +03:00
parent 3292b53d49
commit e58193f653
No known key found for this signature in database
GPG key ID: 572E1C0A5586601C

View file

@ -7,7 +7,7 @@ import qs.Settings
PanelWithOverlay {
id: ioSelector
signal closed()
signal panelClosed()
property int tabIndex: 0
property Item anchorItem: null