set maxLen for Chatmessages

This commit is contained in:
DenioD
2020-05-21 20:31:54 +02:00
parent ee672cfcca
commit 7e0748dd24
8 changed files with 88 additions and 48 deletions

View File

@@ -308,7 +308,7 @@ Tx MainWindow::createTxFromChatPage() {
QString memo = ui->memoTxtChat->toPlainText().trimmed();
// ui->memoSizeChat->setLenDisplayLabel();// Todo -> activate lendisplay for chat
tx.toAddrs.push_back(ToFields{addr, amt, hmemo});
tx.toAddrs.push_back(ToFields{addr, amt, memo});
@@ -326,7 +326,7 @@ Tx MainWindow::createTxFromChatPage() {
qDebug() << "ChatTx created";
}
void MainWindow::sendChatButton() {
void MainWindow::sendChat() {
////////////////////////////Todo: Check if a Contact is selected//////////