From b0fe752aff2cc8da04d75cd47621f53c1ff1e55f Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 28 Aug 2020 11:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20author,=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E7=89=88=E6=9C=AC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- qtproaddfilehelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtproaddfilehelper.cpp b/qtproaddfilehelper.cpp index dc0c09a..432fd11 100644 --- a/qtproaddfilehelper.cpp +++ b/qtproaddfilehelper.cpp @@ -20,7 +20,7 @@ QtProAddFileHelper::QtProAddFileHelper(QWidget *parent) : StatusLabel = new QLabel(this); StatusLabel->adjustSize(); ui->statusBar->addWidget(StatusLabel); - StatusLabel->setText("By: Lion Chen @Giraffe Ver:2.3.0"); + StatusLabel->setText("By: Rick Chan @Giraffe Beta:2.3.1"); CheckBoxes.clear(); CheckBoxes.append(ui->cCheckBox);