mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
Fix render test suite crashing
This commit is contained in:
@@ -1830,7 +1830,7 @@ void KdenliveDoc::loadDocumentProperties()
|
|||||||
QString name;
|
QString name;
|
||||||
QDomElement e;
|
QDomElement e;
|
||||||
const QString bins = Xml::getXmlProperty(pl, QStringLiteral("kdenlive:extraBins"));
|
const QString bins = Xml::getXmlProperty(pl, QStringLiteral("kdenlive:extraBins"));
|
||||||
if (!bins.isEmpty()) {
|
if (pCore->window() && !bins.isEmpty()) {
|
||||||
pCore->window()->loadBins(bins.split(QLatin1Char(';')));
|
pCore->window()->loadBins(bins.split(QLatin1Char(';')));
|
||||||
}
|
}
|
||||||
for (int i = 0; i < props.count(); i++) {
|
for (int i = 0; i < props.count(); i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user