修正 author,同步版本.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-08-28 11:47:21 +08:00
parent 98768c6d74
commit b0fe752aff
1 changed files with 1 additions and 1 deletions

View File

@ -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);