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

@@ -93,6 +93,7 @@ private:
void setupBalancesTab();
void setuphushdTab();
void setupchatTab();
void setLenDisplayLabel(QLabel* label);
void updateContacts();
void updateChat();
@@ -168,7 +169,7 @@ public:
ChatMemoEdit(QWidget* parent);
void setMaxLen(int len);
void setLenDisplayLabel(QLabel* label_40);
void setSendChatButton(QPushButton* button);
void includeReplyTo(QString replyToAddress);
void updateDisplay();