mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
8de8c14a76
commit
af1aebfd1a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user