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

@ -68,8 +68,7 @@ void AddLibraryDialog::setupUI()
void AddLibraryDialog::add()
{
// accept->setEnabled(false);
emit(addLibrary(QDir::cleanPath(path->text()), nameEdit->text()));
emit addLibrary(QDir::cleanPath(path->text()), nameEdit->text());
}
void AddLibraryDialog::nameSetted(const QString &text)