mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 09:31:41 +02:00
Ask local resolver for playlist if running and logged in
This commit is contained in:
@@ -60,6 +60,9 @@ public:
|
||||
// the single track signal
|
||||
void setSingleMode( bool single ) { m_single = single; }
|
||||
|
||||
public slots:
|
||||
void playlistListingResult( const QString& msgType, const QVariantMap& msg, const QVariant& extraData );
|
||||
|
||||
signals:
|
||||
void track( const Tomahawk::query_ptr& track );
|
||||
void tracks( const QList< Tomahawk::query_ptr > tracks );
|
||||
|
Reference in New Issue
Block a user