implement equalizer widget. access to legacy equalizer is now possible
This commit is contained in:
parent
47d8e323ab
commit
ac44b4efc6
6 changed files with 168 additions and 21 deletions
|
@ -38,7 +38,7 @@ class XSettings : public QObject
|
|||
bool isReady (void) {return m_ready;}
|
||||
|
||||
signals:
|
||||
void configChanged(QString key, QString value);
|
||||
void configChanged (QString key, QString value);
|
||||
|
||||
public slots:
|
||||
void on_connect (XClient *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue