mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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) {
|
||||
if (QThread::currentThread() != thread()) {
|
||||
qDebug() << "blocking call!";
|
||||
|
||||
AnimationPointer result;
|
||||
QMetaObject::invokeMethod(this, "getAnimation", Qt::BlockingQueuedConnection,
|
||||
Q_RETURN_ARG(AnimationPointer, result), Q_ARG(const QUrl&, url));
|
||||
|
|
Loading…
Reference in a new issue