renderer: copy cache path before render to avoid race conditions
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
||||
return !invalidated_.isEmpty();
|
||||
}
|
||||
|
||||
QString GetCacheDirectory() const;
|
||||
|
||||
signals:
|
||||
void Invalidated(const OLIVE_NAMESPACE::TimeRange& r);
|
||||
|
||||
@@ -87,8 +89,6 @@ protected:
|
||||
|
||||
Project* GetProject() const;
|
||||
|
||||
QString GetCacheDirectory() const;
|
||||
|
||||
struct JobIdentifier {
|
||||
TimeRange range;
|
||||
qint64 job_time;
|
||||
|
||||
Reference in New Issue
Block a user