content/hifi-content/Experiences/Releases/usefulUtilities/hiFiCalendar/2019-06-26_11-57-46/clientScripts/externalQMLInfo.qml
2022-02-13 23:16:46 +01:00

8 lines
No EOL
171 B
QML

import QtQuick 2.6
Rectangle {
id: root
Component.onCompleted: {
Qt.openUrlExternally("https://support.google.com/a/answer/1686462?hl=en");
}
}