Switch to unified view

a/playlist/playlistohpl.h b/playlist/playlistohpl.h
...
...
57
    // The following are connected to GUI signals, for responding to
57
    // The following are connected to GUI signals, for responding to
58
    // user actions.
58
    // user actions.
59
    void psl_change_track_impl(int idx);
59
    void psl_change_track_impl(int idx);
60
    void psl_clear_playlist_impl();
60
    void psl_clear_playlist_impl();
61
    void psl_play();
61
    void psl_play();
62
    void psl_pause();
62
    void psl_pause_impl();
63
    void psl_stop(); 
63
    void psl_stop(); 
64
    void psl_forward();
64
    void psl_forward();
65
    void psl_backward();
65
    void psl_backward();
66
    void psl_remove_rows(const QList<int>& rows, bool = true);
66
    void psl_remove_rows(const QList<int>& rows, bool = true);
67
    // Insert after idx. Use -1 to insert at start
67
    // Insert after idx. Use -1 to insert at start