From dd738a6fee7bed1282844b38ee0cf83838dbd6f3 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Fri, 12 Jun 2020 06:20:24 +0200 Subject: [PATCH] push version to 1.3.3 --- src/chatmodel.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/chatmodel.cpp b/src/chatmodel.cpp index fe4e92b..f5bf1b6 100644 --- a/src/chatmodel.cpp +++ b/src/chatmodel.cpp @@ -158,10 +158,12 @@ void MainWindow::renderContactRequest(){ QString label_contact = index.data(Qt::DisplayRole).toString(); QStandardItemModel* contactMemo = new QStandardItemModel(); + qDebug()<