mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Fix a bunch of warnings
This commit is contained in:
@ -96,7 +96,7 @@ void ImportComicsInfoDialog::close()
|
||||
progressBar->hide();
|
||||
accept->setDisabled(true);
|
||||
QDialog::close();
|
||||
emit(finished(0));
|
||||
emit finished(0);
|
||||
}
|
||||
|
||||
void Importer::run()
|
||||
|
Reference in New Issue
Block a user