mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
fixed some signal/slot connections and warnings
This commit is contained in:
@ -30,7 +30,7 @@ void YACReaderLibraryListWidget::addItem(QString name, QString path)
|
||||
librariesList.insert(itr,library);
|
||||
|
||||
//connect(library,SIGNAL(selected(QString,QString)),this,SIGNAL(librarySelected(QString,QString)));
|
||||
connect(library,SIGNAL(selected(QString,QString)),this,SLOT(updateLibraries(QString,QString)));
|
||||
//connect(library,SIGNAL(selected(QString,QString)),this,SLOT(updateLibraries(QString,QString)));
|
||||
|
||||
mainLayout->insertWidget(i,library);
|
||||
}
|
||||
@ -125,4 +125,4 @@ void YACReaderLibraryListWidget::renameCurrentLibrary(QString newName)
|
||||
mainLayout->insertWidget(i,itemWidget);
|
||||
|
||||
currentLibraryIndex = i;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user