a/GUI/mainw/mainw.h b/GUI/mainw/mainw.h
...
...
99
    void sig_skin_changed(bool);
99
    void sig_skin_changed(bool);
100
    void showSearchPanel(bool);
100
    void showSearchPanel(bool);
101
    void sig_sortprefs();
101
    void sig_sortprefs();
102
    void sig_preferences();
102
    void sig_preferences();
103
103
104
    /* Dump device description (semi-hidden, only triggered by shortcut) */
105
    void sig_dumpDescription();
106
104
private slots:
107
private slots:
105
    // These are connected to ui signals (either tray or main ctl),
108
    // These are connected to ui signals (either tray or main ctl),
106
    // and coordinate stuff.
109
    // and coordinate stuff.
107
    void onPlayActivated();
110
    void onPlayActivated();
108
    void onPauseActivated();
111
    void onPauseActivated();