src/3rdparty/phonon/mmf/objectdump.cpp
changeset 18 2f34d5167611
parent 3 41300fa6a67c
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
   388 
   388 
   389     if (begin == end) {
   389     if (begin == end) {
   390         // No annotations - just dump the object pointer
   390         // No annotations - just dump the object pointer
   391         const bool isNodeLine = true;
   391         const bool isNodeLine = true;
   392         QByteArray buffer = branchBuffer(branches, isNodeLine, isLastChild);
   392         QByteArray buffer = branchBuffer(branches, isNodeLine, isLastChild);
   393         qDebug() << 0; // TODO
   393         qDebug() << 0;
   394     }
   394     }
   395     else {
   395     else {
   396         // Dump annotations
   396         // Dump annotations
   397         for (QList<QByteArray>::const_iterator i = begin; end != i; ++i) {
   397         for (QList<QByteArray>::const_iterator i = begin; end != i; ++i) {
   398             const bool isNodeLine = (begin == i);
   398             const bool isNodeLine = (begin == i);