From e88d11af68a3be2e96d6c6bfc3e30678de3d0319 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 17 Feb 2020 02:12:53 +1100 Subject: [PATCH] item: ensure header has a cancelled ptr --- app/project/item/item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;