Fix a bunch of warnings

This commit is contained in:
Luis Ángel San Martín
2023-04-30 14:00:09 +02:00
parent 3355f2137c
commit a47b706e29
13 changed files with 24 additions and 26 deletions

View File

@ -96,7 +96,7 @@ void ImportComicsInfoDialog::close()
progressBar->hide();
accept->setDisabled(true);
QDialog::close();
emit(finished(0));
emit finished(0);
}
void Importer::run()