1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-06-02 14:05:06 +02:00

add signal that reports when a query was not resolved successfully. not emitted yet

This commit is contained in:
Leo Franchi 2011-01-14 16:02:07 -05:00
parent 35681e47ac
commit b540b9b1f6

View File

@ -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 >& );