Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb48047' into 'master'
[ssu] Update plugins.qmltypes. Contributes to JB#48047

See merge request mer-core/ssu!40
  • Loading branch information
pvuorela committed Nov 15, 2019
2 parents cf7a2c7 + 4a8a969 commit 6dbb4ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions declarative/plugins.qmltypes
Expand Up @@ -125,13 +125,14 @@ Module {
Method { name: "useSslVerify"; type: "bool" }
Method { name: "listDomains"; type: "QStringList" }
Method {
name: "getDomainConfig"; type: "QVariantMap"
name: "setDomainConfig"
Parameter { name: "domain"; type: "string" }
Parameter { name: "config"; type: "QVariantMap" }
}
Method {
name: "setDomainConfig"
name: "getDomainConfig"
type: "QVariantMap"
Parameter { name: "domain"; type: "string" }
Parameter { name: "config"; type: "QVariantMap" }
}
}
Component {
Expand Down

0 comments on commit 6dbb4ca

Please sign in to comment.