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:
parent
35681e47ac
commit
b540b9b1f6
@ -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 >& );
|
||||
|
Loading…
x
Reference in New Issue
Block a user