diff --git a/app/project/item/item.h b/app/project/item/item.h index c4e652d61..e8385f09f 100644 --- a/app/project/item/item.h +++ b/app/project/item/item.h @@ -65,7 +65,7 @@ public: DISABLE_COPY_MOVE(Item) - virtual void Load(QXmlStreamReader* reader, QHash &footage_ptrs, QList &footage_connections) = 0; + virtual void Load(QXmlStreamReader* reader, QHash &footage_ptrs, QList &footage_connections, const QAtomicInt *cancelled) = 0; virtual void Save(QXmlStreamWriter* writer) const = 0;