mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-01 08:26:23 +00:00
6 lines
87 B
QML
6 lines
87 B
QML
import QtQuick 2.5
|
|
|
|
Text {
|
|
anchors.centerIn: parent
|
|
text: qsTr('helloWorld')
|
|
}
|