Fix PR comments
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user