mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
corregido error de compilaci?n en gcc>=4.6
This commit is contained in:
parent
d1e5fcf2d3
commit
88466da9e4
@ -952,7 +952,10 @@ void LibraryWindow::loadCovers(const QModelIndex & mi)
|
|||||||
void LibraryWindow::checkEmptyFolder(QStringList * paths)
|
void LibraryWindow::checkEmptyFolder(QStringList * paths)
|
||||||
{
|
{
|
||||||
if(paths == 0)
|
if(paths == 0)
|
||||||
paths = &dmCV->getPaths(currentPath());
|
{
|
||||||
|
QStringList pathList = dmCV->getPaths(currentPath());
|
||||||
|
paths = &pathList;
|
||||||
|
}
|
||||||
|
|
||||||
if(paths->size()>0 && !importedCovers)
|
if(paths->size()>0 && !importedCovers)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user