summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h')
-rw-r--r--src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h b/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h
index 674de9f4..54e320e9 100644
--- a/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h
+++ b/src/Authoring/Client/Code/Core/Doc/IDocumentBufferCache.h
@@ -96,6 +96,8 @@ public:
// Takes a *relative* path from the document
virtual void InvalidateBuffer(const CFilePath &inSourcePath) = 0;
+ virtual void reloadImageSet(const QSet<QString> &imageSet) = 0;
+
// Don't send events but just clear everything out. Used on document::close
virtual void Clear() = 0;