fix: code review and missing `onTriggered`
This commit is contained in:
parent
c7e54c8de7
commit
0050a50f37
|
@ -150,8 +150,10 @@ Item {
|
||||||
QQC2.Action {
|
QQC2.Action {
|
||||||
text: qsTr("Start new chat")
|
text: qsTr("Start new chat")
|
||||||
icon.source: "../../img/new_chat.svg"
|
icon.source: "../../img/new_chat.svg"
|
||||||
|
onTriggered: {
|
||||||
console.log("TODO: Start new chat")
|
console.log("TODO: Start new chat")
|
||||||
}
|
}
|
||||||
|
}
|
||||||
QQC2.Action {
|
QQC2.Action {
|
||||||
text: qsTr("Start group chat")
|
text: qsTr("Start group chat")
|
||||||
icon.source: "../../img/group_chat.svg"
|
icon.source: "../../img/group_chat.svg"
|
||||||
|
|
Loading…
Reference in New Issue