implement equalizer widget. access to legacy equalizer is now possible

This commit is contained in:
Thomas Frauendorfer 2008-02-04 18:26:36 +01:00
parent 47d8e323ab
commit ac44b4efc6
6 changed files with 168 additions and 21 deletions

View file

@ -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 *);