1
0
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:
Leo Franchi
2012-07-17 10:10:00 -04:00
parent a6134533be
commit ba16ca9a72
2 changed files with 47 additions and 0 deletions

View File

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