From b540b9b1f6046be2b5caf6adea6927ded3e79923 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 14 Jan 2011 16:02:07 -0500 Subject: [PATCH] add signal that reports when a query was not resolved successfully. not emitted yet --- src/libtomahawk/query.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/query.h b/src/libtomahawk/query.h index 58018dfa0..e5ac29b3d 100644 --- a/src/libtomahawk/query.h +++ b/src/libtomahawk/query.h @@ -55,6 +55,7 @@ signals: void resultsRemoved( const Tomahawk::result_ptr& ); void solvedStateChanged( bool state ); + void resolveFailed(); public slots: /// (indirectly) called by resolver plugins when results are found void addResults( const QList< Tomahawk::result_ptr >& );