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:
@ -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)
|
||||
|
Reference in New Issue
Block a user