This commit is contained in:
Sergio Martins
2019-12-08 16:37:53 +00:00
parent 2d0b7f1bee
commit af1a26ef59

View File

@@ -1000,7 +1000,8 @@ void MultiSplitterLayout::dumpDebug() const
<< "; isFollowing=" << anchor->isFollowing()
<< "; followee=" << anchor->followee()
<< "; from=" << ((void*)anchor->from())
<< "; to=" << ((void*)anchor->to());
<< "; to=" << ((void*)anchor->to())
<< "; positionPercentage=" << anchor->positionPercentage();
}
qDebug() << "Num Frame:" << Frame::dbg_numFrames();