mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +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 solvedStateChanged( bool state );
|
||||
|
||||
void resolveFailed();
|
||||
public slots:
|
||||
/// (indirectly) called by resolver plugins when results are found
|
||||
void addResults( const QList< Tomahawk::result_ptr >& );
|
||||
|
Reference in New Issue
Block a user