diff --git a/src/libtomahawk/database/databaseimpl.cpp b/src/libtomahawk/database/databaseimpl.cpp index f18270948..b96859edf 100644 --- a/src/libtomahawk/database/databaseimpl.cpp +++ b/src/libtomahawk/database/databaseimpl.cpp @@ -553,8 +553,8 @@ DatabaseImpl::resultFromHint( const Tomahawk::query_ptr& origquery ) else { // Q_ASSERT( false ); -// qDebug() << "We don't support non-servent / non-file result-hints yet."; - res = Tomahawk::result_ptr( new Tomahawk::Result() ); + qDebug() << "We don't support non-servent / non-file result-hints yet."; +/* res = Tomahawk::result_ptr( new Tomahawk::Result() ); s = SourceList::instance()->webSource(); res->setUrl( url ); res->setCollection( s->collection() ); @@ -565,7 +565,7 @@ DatabaseImpl::resultFromHint( const Tomahawk::query_ptr& origquery ) res->setTrack( origquery->track() ); res->setDuration( origquery->duration() ); res->setFriendlySource( url ); - return res; + return res;*/ } res = Tomahawk::result_ptr( new Tomahawk::Result() );