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-client-gnome
Commits
8ef97263
Commit
8ef97263
authored
Nov 06, 2020
by
Sébastien Blin
Browse files
chatview: follow lrc change
Change-Id: I18c0e6376a2cd70a79e18e559f3929ba92ac68a0
parent
f505a548
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/webkitchatcontainer.cpp
View file @
8ef97263
...
...
@@ -359,7 +359,7 @@ init_js_i18n(WebKitChatContainer *view)
{
gchar
*
function_call
;
auto
translated
=
lrc
::
api
::
chatview
::
getTranslatedStrings
();
auto
translated
=
lrc
::
api
::
chatview
::
getTranslatedStrings
(
false
);
QJsonObject
trjson
;
for
(
auto
i
=
translated
.
begin
();
i
!=
translated
.
end
();
++
i
)
{
QString
value
=
i
.
value
().
toString
();
...
...
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