mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:24:26 +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);
|
||||
}
|
||||
|
||||
Animation::Animation(const QUrl& url) :
|
||||
Resource(url) {
|
||||
}
|
||||
Animation::Animation(const QUrl& url) : Resource(url) {}
|
||||
|
||||
class AnimationReader : public QRunnable {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue