mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
Remove debugging line.
This commit is contained in:
parent
21fa833f19
commit
197ce036c4
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ AnimationCache::AnimationCache(QObject* parent) :
|
||||||
|
|
||||||
AnimationPointer AnimationCache::getAnimation(const QUrl& url) {
|
AnimationPointer AnimationCache::getAnimation(const QUrl& url) {
|
||||||
if (QThread::currentThread() != thread()) {
|
if (QThread::currentThread() != thread()) {
|
||||||
qDebug() << "blocking call!";
|
|
||||||
|
|
||||||
AnimationPointer result;
|
AnimationPointer result;
|
||||||
QMetaObject::invokeMethod(this, "getAnimation", Qt::BlockingQueuedConnection,
|
QMetaObject::invokeMethod(this, "getAnimation", Qt::BlockingQueuedConnection,
|
||||||
Q_RETURN_ARG(AnimationPointer, result), Q_ARG(const QUrl&, url));
|
Q_RETURN_ARG(AnimationPointer, result), Q_ARG(const QUrl&, url));
|
||||||
|
|
Loading…
Reference in a new issue