From 1b38dd73b6de4ecd93b7edc79bf53cab9a947983 Mon Sep 17 00:00:00 2001 From: tianzhendong <1203886034@qq.com> Date: Mon, 20 Jun 2022 16:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 3b479a8..ea2248a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -20,7 +20,6 @@ MainWindow::MainWindow(QWidget *parent) : connect(duplicateFiles, SIGNAL(destroyed(QObject *)), myThread, SLOT(deleteLater())); -// ui->labelTitle->setText("文件一致性检测工具"); connect(ui->btnSelectFile, SIGNAL(clicked(bool)), this, SLOT(calMd5ofFileSlot())); connect(ui->btnSelectDir, SIGNAL(clicked(bool)), this, SLOT(selectDirSlot())); connect(this, SIGNAL(calFileMd5Signal(const QString &)),