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:
@@ -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() )
|
||||||
|
Reference in New Issue
Block a user