mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-16 07:10:31 +02:00
Restrict Resource reinsertion
This commit is contained in:
parent
8c290ea6b9
commit
8b1a78bac0
1 changed files with 1 additions and 3 deletions
|
@ -224,9 +224,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;
|
||||
|
@ -246,6 +243,7 @@ private:
|
|||
|
||||
void makeRequest();
|
||||
void retry();
|
||||
void reinsert();
|
||||
|
||||
friend class ResourceCache;
|
||||
|
||||
|
|
Loading…
Reference in a new issue