Switch to unified view

a/playlist/playlistlocrd.h b/playlist/playlistlocrd.h
...
...
55
55
56
    // The following are connected to GUI signals, for responding to
56
    // The following are connected to GUI signals, for responding to
57
    // user actions.
57
    // user actions.
58
    void psl_change_track_impl(int);
58
    void psl_change_track_impl(int);
59
    void psl_play();
59
    void psl_play();
60
    void psl_pause();
60
    void psl_pause_impl();
61
    void psl_stop(); 
61
    void psl_stop(); 
62
62
63
    void psl_clear_playlist_impl() {}
63
    void psl_clear_playlist_impl() {}
64
    void psl_forward() {}
64
    void psl_forward() {}
65
    void psl_backward() {}
65
    void psl_backward() {}