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
@@ -402,7 +402,7 @@ public slots:
* @brief Show OTIO import dialog
*/
#ifdef USE_OTIO
void DialogImportOTIOShow(QList<Sequence*> sequences);
void DialogImportOTIOShow(const QList<Sequence*>& sequences);
#endif
/**