Skip to content
Snippets Groups Projects
Commit 29b51b5a authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

misc: remove unused onFilesToSendCountChanged slot

Change-Id: If0f4c70e4ebec83af1b99da35a8c2d428a2d68c7
parent 50490dea
No related branches found
No related tags found
No related merge requests found
......@@ -209,13 +209,6 @@ Rectangle {
Layout.maximumWidth: JamiTheme.messageWebViewFooterContentMaximumWidth
Layout.preferredHeight: filesToSendCount ?
JamiTheme.messageWebViewFooterFileContainerPreferredHeight : 0
onFilesToSendCountChanged: {
if (filesToSendCount !== 0)
messageBar.showSendMessageButton()
else if (!messageBar.text)
messageBar.hideSendMessageButton()
}
}
}
}
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