fixed indentation

This commit is contained in:
Dante Ruiz 2017-05-12 19:34:13 +01:00
parent 026daef842
commit 9a0fd78e41

View file

@ -193,6 +193,7 @@ namespace controller {
QJsonObject data = openFile(info.absoluteFilePath(), success);
if (success) {
_framesRecorded = data["frameCount"].toInt();
qDebug() << "frame count" << _framesRecorded;
QJsonArray actionArrayList = data["actionList"].toArray();
QJsonArray poseArrayList = data["poseList"].toArray();