show outgoing memos correctly

This commit is contained in:
DenioD
2020-05-04 23:40:28 +02:00
parent 5a8d8c7421
commit b8a1443832
9 changed files with 52 additions and 42 deletions

View File

@@ -1077,10 +1077,6 @@ void ChatMemoEdit::setMaxLen(int len) {
updateDisplay();
}
void ChatMemoEdit::setLenDisplayLabel(QLabel* label_40) {
this->lenDisplayLabel = label_40;
}
void ChatMemoEdit::setSendChatButton(QPushButton* button) {
this->sendChatButton = button;
}