Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-libclient
Commits
242407f9
Commit
242407f9
authored
Sep 23, 2019
by
Ming Rui Zhang
Browse files
newaccountmodel: add manageruri option into set account config method
Change-Id: I20cb9e633ad9512e90aadafe92d061131e21487a
parent
e22a7ba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/newaccountmodel.cpp
View file @
242407f9
...
...
@@ -834,6 +834,8 @@ account::ConfProperties_t::toDetails() const
details
[
ConfProperties
::
RingNS
::
ACCOUNT
]
=
toQString
(
this
->
RingNS
.
account
);
// Registration
details
[
ConfProperties
::
Registration
::
EXPIRE
]
=
toQString
(
this
->
Registration
.
expire
);
// Manager
details
[
ConfProperties
::
MANAGER_URI
]
=
toQString
(
this
->
managerUri
);
return
details
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment