1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Fix shorten link action when called from different thread

This commit is contained in:
Leo Franchi
2011-10-06 14:25:37 -04:00
parent 6d6f51fdb6
commit f58ba2926e

View File

@@ -45,8 +45,6 @@ public:
QUrl openLinkFromQuery( const Tomahawk::query_ptr& query ) const;
QUrl openLink( const QString& title, const QString& artist, const QString& album ) const;
void shortenLink( const QUrl& url );
/// Takes a spotify link and performs the default open action on it
bool openSpotifyLink( const QString& link );
@@ -58,6 +56,8 @@ public:
void savePlaylistToFile( const Tomahawk::playlist_ptr& playlist, const QString& filename );
public slots:
void shortenLink( const QUrl& url );
bool parseTomahawkLink( const QString& link );
void waitingForResolved( bool );