Fix PR comments

This commit is contained in:
Thomas Wilshaw
2022-01-07 00:02:46 +00:00
parent f784695133
commit 836903cbe9
4 changed files with 22 additions and 6 deletions
+2 -2
View File
@@ -383,10 +383,10 @@ void Core::DialogExportShow()
}
#ifdef USE_OTIO
void Core::DialogImportOTIOShow(const QList<Sequence*>& sequences) {
bool Core::DialogImportOTIOShow(const QList<Sequence*>& sequences) {
Project* active_project = GetActiveProject();
OTIOPropertiesDialog opd(sequences, active_project);
opd.exec();
return opd.exec() == QDialog::Accepted;
}
#endif