Switch to unified view

a/notifications/audioscrobbler.h b/notifications/audioscrobbler.h
...
...
54
54
55
    void maybeQueue();
55
    void maybeQueue();
56
    void processQueue();
56
    void processQueue();
57
    void scrobbleFailure();
57
    void scrobbleFailure();
58
    bool scrobble(const MetaData&);
58
    bool scrobble(const MetaData&);
59
    bool nowPlaying(const MetaData&);
60
    bool loveTrack(const MetaData& meta);
59
    void handshake();
61
    void handshake();
60
    void openURL(const QString& url, const char *data = 0);
62
    void openURL(const QString& url, const char *data = 0);
61
    std::string createScrobbleMessage(const MetaData& meta);
63
    std::string createScrobbleMessage(const MetaData& meta);
62
    bool checkFailure(std::string response);
64
    bool checkFailure(std::string response);
63
    
65