// We can use the "xml" producer since profile is the same (using it with different profiles corrupts the project.
// Beware that "consumer" currently crashes on audio mixes!
//resource.prepend(QStringLiteral("xml:"));
}else{
// This is currently crashing so I guess we'd better reject it for now
m_errorMessage.append(i18n("Playlist has a different framerate (%1/%2fps), not recommended.",xmlProfile->frame_rate_num(),xmlProfile->frame_rate_den()));
m_errorMessage.append(i18n("Playlist has a different framerate (%1/%2fps), not recommended.",xmlProfile->frame_rate_num(),xmlProfile->frame_rate_den()));