mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 10:04:49 +02:00
Merge pull request #7441 from zzmp/clean/resource-reinsert
Restrict Resource reinsertion
This commit is contained in:
commit
21c770f37b
1 changed files with 1 additions and 3 deletions
|
@ -227,9 +227,6 @@ protected:
|
|||
/// This should be called by subclasses that override downloadFinished to mark the end of processing.
|
||||
Q_INVOKABLE void finishedLoading(bool success);
|
||||
|
||||
/// Reinserts this resource into the cache.
|
||||
virtual void reinsert();
|
||||
|
||||
QUrl _url;
|
||||
QUrl _activeUrl;
|
||||
bool _startedLoading = false;
|
||||
|
@ -249,6 +246,7 @@ private:
|
|||
|
||||
void makeRequest();
|
||||
void retry();
|
||||
void reinsert();
|
||||
|
||||
friend class ResourceCache;
|
||||
|
||||
|
|
Loading…
Reference in a new issue