Fix PR comments

This commit is contained in:
Thomas Wilshaw
2022-01-05 16:27:41 +00:00
parent 90a0077c02
commit f784695133
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ void Core::DialogExportShow()
}
#ifdef USE_OTIO
void Core::DialogImportOTIOShow(QList<Sequence*> sequences) {
void Core::DialogImportOTIOShow(const QList<Sequence*>& sequences) {
Project* active_project = GetActiveProject();
OTIOPropertiesDialog opd(sequences, active_project);
opd.exec();