mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 03:41:27 +02:00
Whoops. C'mon, do what I mean, not what I tell you to do.
This commit is contained in:
@@ -43,7 +43,7 @@ InfoSystemCache::InfoSystemCache( QObject* parent )
|
||||
QString cacheFile = cacheDir + '/' + QString::number( i );
|
||||
QDir dir( cacheDir );
|
||||
if( dir.exists() && QFile::exists( cacheFile ) )
|
||||
QMetaObject::invokeMethod( this, "loadCache", Qt::AutoConnection, Q_ARG( Tomahawk::InfoSystem::InfoType, type ), Q_ARG( QString, cacheFile ) );
|
||||
QMetaObject::invokeMethod( this, "loadCache", Qt::QueuedConnection, Q_ARG( Tomahawk::InfoSystem::InfoType, type ), Q_ARG( QString, cacheFile ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user