mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
updated Folder class
This commit is contained in:
@ -54,7 +54,7 @@ void FolderContentController::serviceContent(const int &library, const qulonglon
|
||||
if((*itr)->isDir())
|
||||
{
|
||||
currentFolder = (Folder *)(*itr);
|
||||
response.writeText(QString("f:%1:%2:%3:%4\r\n").arg(library).arg(currentFolder->id).arg(currentFolder->name).arg(currentFolder->numChildren));
|
||||
response.writeText(QString("f:%1:%2:%3:%4\r\n").arg(library).arg(currentFolder->id).arg(currentFolder->name).arg(currentFolder->getNumChildren()));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user