Switch to unified view

a/playlist/playlistohrd.h b/playlist/playlistohrd.h
...
...
51
    // The following are connected to GUI signals, for responding to
51
    // The following are connected to GUI signals, for responding to
52
    // user actions.
52
    // user actions.
53
    void psl_change_track_impl(int idx);
53
    void psl_change_track_impl(int idx);
54
    void psl_clear_playlist_impl() {}
54
    void psl_clear_playlist_impl() {}
55
    void psl_play();
55
    void psl_play();
56
    void psl_pause();
56
    void psl_pause_impl();
57
    void psl_stop(); 
57
    void psl_stop(); 
58
    void psl_forward() {}
58
    void psl_forward() {}
59
    void psl_backward() {}
59
    void psl_backward() {}
60
    void psl_remove_rows(const QList<int>&, bool = true) {}
60
    void psl_remove_rows(const QList<int>&, bool = true) {}
61
    void psl_insert_tracks(const MetaDataList&, int) {}
61
    void psl_insert_tracks(const MetaDataList&, int) {}