mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 00:43:49 +02:00
CR
This commit is contained in:
parent
8fb69ecc96
commit
22f0dbdefb
1 changed files with 1 additions and 3 deletions
|
@ -38,9 +38,7 @@ QSharedPointer<Resource> AnimationCache::createResource(const QUrl& url, const Q
|
||||||
return QSharedPointer<Resource>(new Animation(url), &Resource::allReferencesCleared);
|
return QSharedPointer<Resource>(new Animation(url), &Resource::allReferencesCleared);
|
||||||
}
|
}
|
||||||
|
|
||||||
Animation::Animation(const QUrl& url) :
|
Animation::Animation(const QUrl& url) : Resource(url) {}
|
||||||
Resource(url) {
|
|
||||||
}
|
|
||||||
|
|
||||||
class AnimationReader : public QRunnable {
|
class AnimationReader : public QRunnable {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue