Fix typo Clibpoard -> Clipboard

Fix #100
This commit is contained in:
Carl Schwan
2020-11-30 23:28:55 +01:00
parent f10ef11919
commit 10fe948016

View File

@@ -101,7 +101,7 @@ Kirigami.OverlaySheet {
action: Kirigami.Action {
text: i18n("Copy")
icon.name: "copy"
onTriggered: Clibpoard.setText(message)
onTriggered: Clipboard.setText(message)
}
}
Kirigami.BasicListItem {