rename Flyout/FlyoutState to Tooltip/TooltipState, improve qmllint check script
This commit is contained in:
parent
0c955f93f8
commit
e5e15f82fb
12 changed files with 82 additions and 57 deletions
|
|
@ -20,7 +20,7 @@ M.BarIcon {
|
|||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: {
|
||||
menuLoader.active = !menuLoader.active;
|
||||
M.FlyoutState.visible = false;
|
||||
M.TooltipState.visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue