mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 12:34:37 -04:00
Fix a bunch of warnings
This commit is contained in:
@ -97,9 +97,9 @@ void ImportLibraryDialog::add()
|
||||
if (!libraries.contains(nameEdit->text())) {
|
||||
accept->setEnabled(false);
|
||||
progressBar->show();
|
||||
emit(unpackCLC(QDir::cleanPath(path->text()), QDir::cleanPath(destPath->text()), nameEdit->text()));
|
||||
emit unpackCLC(QDir::cleanPath(path->text()), QDir::cleanPath(destPath->text()), nameEdit->text());
|
||||
} else {
|
||||
emit(libraryExists(nameEdit->text()));
|
||||
emit libraryExists(nameEdit->text());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user