1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Private is only used for reading

This commit is contained in:
Uwe L. Korn
2014-11-22 23:26:07 +01:00
parent 1625e7a0ed
commit b7ed91c112

View File

@@ -414,7 +414,7 @@ JSResolver::tracks( const Tomahawk::collection_ptr& collection, const Tomahawk::
bool bool
JSResolver::canParseUrl( const QString& url, UrlType type ) JSResolver::canParseUrl( const QString& url, UrlType type )
{ {
Q_D( JSResolver ); Q_D( const JSResolver );
// FIXME: How can we do this? // FIXME: How can we do this?
/*if ( QThread::currentThread() != thread() ) /*if ( QThread::currentThread() != thread() )