mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-27 18:24:31 +00:00
update SimpleQmlNotify lib
This commit is contained in:
parent
7e7e8342ea
commit
d1746545a0
@ -183,12 +183,11 @@ GridLayout {
|
||||
eonline.checked = onlieUser
|
||||
}
|
||||
|
||||
readonly property int questionCode: Math.random() * 1000
|
||||
readonly property int questionCode: 0;
|
||||
function remove() {
|
||||
notificationService.setQuestion(qsTr("Remove %0 user").arg(userModel.userId),
|
||||
questionCode = notificationService.setQuestion(qsTr("Remove %0 user").arg(userModel.userId),
|
||||
qsTr("All saved data and records will be delete, Do you want continuee?"),
|
||||
"",
|
||||
questionCode)
|
||||
"")
|
||||
}
|
||||
Connections {
|
||||
target: notificationService
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 057f16f3c3d80dc04ccfcdcaedba8c8ad59a2c73
|
||||
Subproject commit 57e4287b3dbb387e59f401b9447f2a561a6c12e8
|
Loading…
x
Reference in New Issue
Block a user