mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Some cleanup
* removed audio utils from blackmiscfreefunctions (we wanna give it up) * comments * formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user