diff --git a/GlosSIConfig/qml/GlobalConf.qml b/GlosSIConfig/qml/GlobalConf.qml index 7d3a24e..989b7ca 100644 --- a/GlosSIConfig/qml/GlobalConf.qml +++ b/GlosSIConfig/qml/GlobalConf.qml @@ -127,4 +127,15 @@ Item { } } } + + InfoDialog { + id: helpInfoDialog + titleText: qsTr("") + text: qsTr("") + extraButton: false + extraButtonText: qsTr("") + onConfirmedExtra: function(data) { + } + } + } \ No newline at end of file