Skip to content
Snippets Groups Projects
Commit fd182cd4 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

ConversationErrorsRow: remove warning

Change-Id: Ib050db807596bf104300602cabcc4901b8cc469c
parent 72288798
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ Rectangle {
target: CurrentConversation
enabled: true
onErrorsChanged: {
function onErrorsChanged() {
if (CurrentConversation.errors.length > 0) {
errorLabel.text = CurrentConversation.errors[0]
backendErrorToolTip.text = JamiStrings.backendError.arg(CurrentConversation.backendErrors[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment