mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
fixed lots of warnings
This commit is contained in:
@ -46,6 +46,7 @@ int YACReaderLibraryListWidget::findText(QString text)
|
||||
if(librariesList.at(i)->name == text)
|
||||
return i;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
void YACReaderLibraryListWidget::setCurrentIndex(int index)
|
||||
{
|
||||
|
Reference in New Issue
Block a user