1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(chatwidget): fix send file button not working

fixes #4854
This commit is contained in:
sudden6 2017-12-12 12:53:27 +01:00
parent 8de8c14a76
commit af1aebfd1a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -148,7 +148,7 @@ GenericChatForm::GenericChatForm(QWidget* parent)
sendButton = createButton("sendButton", this, &GenericChatForm::onSendTriggered);
emoteButton = createButton("emoteButton", this, &GenericChatForm::onEmoteButtonClicked);
fileButton = createButton("fileButton", this, &GenericChatForm::onSendTriggered);
fileButton = createButton("fileButton", this, &GenericChatForm::onAttachClicked);
screenshotButton = createButton("screenshotButton", this, &GenericChatForm::onScreenshotClicked);
// TODO: Make updateCallButtons (see ChatForm) abstract