mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 14:02:45 -05: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