Include future options in settings dialog.

Only send the file name to the progress dialog.
This commit is contained in:
codestation
2013-08-30 11:56:04 -04:30
parent 04853712d0
commit fb0845e8a1
3 changed files with 104 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ int Database::recursiveScanRootDirectory(root_list &list, CMAObject *parent, int
} else {
CMAObject *obj = new CMAObject(parent);
obj->initObject(info);
emit fileAdded(obj->path);
emit fileAdded(obj->metadata.name);
//qDebug("Added %s to database with OHFI %d", obj->metadata.name, obj->metadata.ohfi);
list << obj;
if(info.isDir()) {