From 5294922a0290a7b0530a4d82b1626218cae6aec9 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 7 May 2011 23:54:30 +0200 Subject: [PATCH] * Don't use non-file / non-servent resultHints for now. --- src/libtomahawk/database/databaseimpl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() );