From: Jean-Baptiste Mardelle Date: Tue, 3 Nov 2009 20:54:35 +0000 (+0000) Subject: Fix compile X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5d5da6ad784cebbd05b189d1e8ccfcde0e69e9df;p=kdenlive Fix compile svn path=/trunk/kdenlive/; revision=4091 --- diff --git a/src/titledocument.cpp b/src/titledocument.cpp index 5d571cc0..f8890f71 100644 --- a/src/titledocument.cpp +++ b/src/titledocument.cpp @@ -337,8 +337,8 @@ int TitleDocument::loadFromXml(QDomDocument doc, QGraphicsRectItem* startv, QGra gitem->setGraphicsEffect(shadow); } } - } #endif + } if (items.item(i).nodeName() == "background") { kDebug() << items.item(i).attributes().namedItem("color").nodeValue();