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 1/2] 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()< Date: Fri, 12 Jun 2020 06:20:40 +0200 Subject: [PATCH 2/2] push version to 1.3.3 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 0b92eaa..927bb5b 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.3.2-Chat-Beta" +#define APP_VERSION "1.3.3"