fix dismiss-all cascade, fix notification timeout type mismatch
This commit is contained in:
parent
61b49a6aa8
commit
0c89b570ac
2 changed files with 10 additions and 10 deletions
|
|
@ -107,7 +107,7 @@ QtObject {
|
|||
|
||||
property Component _expireTimer: Component {
|
||||
Timer {
|
||||
property string _notifId
|
||||
property var _notifId
|
||||
running: true
|
||||
onTriggered: {
|
||||
root.dismissPopup(_notifId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue