Some cleanup

* removed audio utils from blackmiscfreefunctions (we wanna give it up)
* comments
* formatting
This commit is contained in:
Klaus Basan
2015-12-19 03:33:46 +01:00
parent 3ac32fa58e
commit 8aa449bc13
11 changed files with 67 additions and 46 deletions

View File

@@ -277,7 +277,7 @@ namespace BlackCore
if (!liveriesJson.isEmpty())
{
CLiveryList liveries;
liveries.convertFromJson(Json::jsonObjectFromString(liveriesJson));
liveries.convertFromJson(liveriesJson);
int c = liveries.size();
{
QWriteLocker l(&m_lockLivery);