mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
add signal that reports when a query was not resolved successfully. not emitted yet
This commit is contained in:
@@ -55,6 +55,7 @@ signals:
|
|||||||
void resultsRemoved( const Tomahawk::result_ptr& );
|
void resultsRemoved( const Tomahawk::result_ptr& );
|
||||||
void solvedStateChanged( bool state );
|
void solvedStateChanged( bool state );
|
||||||
|
|
||||||
|
void resolveFailed();
|
||||||
public slots:
|
public slots:
|
||||||
/// (indirectly) called by resolver plugins when results are found
|
/// (indirectly) called by resolver plugins when results are found
|
||||||
void addResults( const QList< Tomahawk::result_ptr >& );
|
void addResults( const QList< Tomahawk::result_ptr >& );
|
||||||
|
Reference in New Issue
Block a user