change the signal name to fix
Duplicate signal name: invalid override of property change signal or superclass signal
This commit is contained in:
parent
3292b53d49
commit
e58193f653
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import qs.Settings
|
|||
|
||||
PanelWithOverlay {
|
||||
id: ioSelector
|
||||
signal closed()
|
||||
signal panelClosed()
|
||||
property int tabIndex: 0
|
||||
property Item anchorItem: null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue