qDebug()<<" * * *EFFECT: "<<effectName<<" NOT AVAILABLE";
exitApp();
}
}
voidMainWindow::scriptRender(constQString&url)
{
slotRenderProject();
m_renderWidget->slotPrepareExport(true,url);
}
voidMainWindow::exitApp()
{
QApplication::exit(0);
}
voidMainWindow::slotCleanProject()
{
if(KMessageBox::warningContinueCancel(this,i18n("This will remove all unused clips from your project."),i18n("Clean up project"))==KMessageBox::Cancel)return;