This commit is contained in:
2022-06-20 16:08:51 +08:00
parent 44e438a107
commit 1b38dd73b6
-1
View File
@@ -20,7 +20,6 @@ MainWindow::MainWindow(QWidget *parent) :
connect(duplicateFiles, SIGNAL(destroyed(QObject *)), connect(duplicateFiles, SIGNAL(destroyed(QObject *)),
myThread, SLOT(deleteLater())); myThread, SLOT(deleteLater()));
// ui->labelTitle->setText("文件一致性检测工具");
connect(ui->btnSelectFile, SIGNAL(clicked(bool)), this, SLOT(calMd5ofFileSlot())); connect(ui->btnSelectFile, SIGNAL(clicked(bool)), this, SLOT(calMd5ofFileSlot()));
connect(ui->btnSelectDir, SIGNAL(clicked(bool)), this, SLOT(selectDirSlot())); connect(ui->btnSelectDir, SIGNAL(clicked(bool)), this, SLOT(selectDirSlot()));
connect(this, SIGNAL(calFileMd5Signal(const QString &)), connect(this, SIGNAL(calFileMd5Signal(const QString &)),