unificado el formato de lor archivos de about/ayuda a utf-8

eliminados algunos comentarios TODO que ya se hab?an completado
This commit is contained in:
Luis Ángel San Martín
2012-07-23 18:00:33 +02:00
parent 192ebd04b2
commit 2b63c08251
19 changed files with 189 additions and 141 deletions

View File

@ -40,7 +40,7 @@ QList<LibraryItem *> Folder::getFoldersFromParent(qulonglong parentId, QSqlDatab
else
{
Folder * last = static_cast<Folder *>(list.back());
QString nameLast = last->name; //TODO usar info name si est<73> disponible, sino el nombre del fichero.....
QString nameLast = last->name;
QString nameCurrent = currentItem->name;
QList<LibraryItem *>::iterator i;
i = list.end();