- Fix several issues with the files properties in Web UI (introduced recently)

This commit is contained in:
Christophe Dumez 2009-12-29 20:26:32 +00:00
parent b5a9fe71e1
commit ed13c43e93
3 changed files with 5 additions and 4 deletions

View file

@ -86,6 +86,7 @@ namespace json {
return result;
}
default:
qDebug("Unknown QVariantType: %d", (int)v.type());
return "undefined";
}
}