From 11a34b50f734a3e62c1a88ca29ba13d8a6d921f7 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sun, 2 Oct 2022 21:20:50 +0200 Subject: [PATCH] Fix missing help dialog in global settings --- GlosSIConfig/qml/GlobalConf.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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