File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
uitools/import/Esri/ArcGISRuntime/Toolkit Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import Qt.labs.platform as P
2222
2323Dialog {
2424 id: clientCertificateView
25- property AuthenticationController controller: AuthenticationController {}
25+ property AuthenticationController controller: null
2626
2727 title: qsTr (" Client certificate requested" )
2828
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import QtQuick.Window
2424Dialog {
2525 id: oAuthView
2626
27- property AuthenticationController controller: AuthenticationController {}
27+ property AuthenticationController controller: null
2828
2929 title: webView .title
3030
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import QtQuick.Layouts
2222
2323Dialog {
2424
25- property AuthenticationController controller: AuthenticationController {}
25+ property AuthenticationController controller: null
2626
2727 title: qsTr (" Untrusted Host" )
2828
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import QtQuick.Layouts
2323Dialog {
2424 id: userCredentialsView
2525
26- property AuthenticationController controller: AuthenticationController {}
26+ property AuthenticationController controller: null
2727
2828 title: qsTr (" Authentication required" )
2929
You can’t perform that action at this time.
0 commit comments