X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fparameterplotter.cpp;h=5550ba658e60882db2d30869bb4cdef0fe2018dc;hb=b01ea4492797423d21852d87ee942bb4b15783b6;hp=c7ebc8c0b7ba18cccc281db07a241750edf853dc;hpb=5de022b429612561bb4ede27676c5fccadbe0431;p=kdenlive diff --git a/src/parameterplotter.cpp b/src/parameterplotter.cpp index c7ebc8c0..5550ba65 100644 --- a/src/parameterplotter.cpp +++ b/src/parameterplotter.cpp @@ -77,11 +77,10 @@ void ParameterPlotter::setPointLists(const QDomElement& d, const QString& paramN int i = 0; while (!namenode.item(i).isNull() && namenode.item(i).toElement().attribute("name") != m_paramName) ++i; - if (namenode.count()) { - + if (namenode.count()) { QDomElement pa = namenode.item(i).toElement(); - QDomNode na = pa.firstChildElement("name"); + //QDomNode na = pa.firstChildElement("name"); m_parameterNameList << pa.attribute("namedesc").split(';'); emit parameterList(m_parameterNameList);