Added functions to create virtual entries on the database.

Disabled sqlite setting in config dialog.
This commit is contained in:
codestation
2014-03-22 13:58:39 -04:30
parent ae8657325a
commit 6ed8dd749e
5 changed files with 83 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ int QListDB::create()
return -1;
}
qDebug("Added %i objects for OHFI %#02X", dir_count, ohfi_array[i]);
qDebug("Added objects for OHFI 0x%02X: %i", ohfi_array[i], dir_count);
total_objects += dir_count;
object_list[ohfi_array[i]] = list;