Improve the playlists-choose dialog

This commit is contained in:
Thomas Frauendorfer 2008-02-09 15:25:47 +01:00
parent d93f2ee188
commit 4c7317f71d
8 changed files with 191 additions and 52 deletions

View file

@ -27,7 +27,7 @@ class XConfig : public QObject
{
Q_OBJECT
public:
XConfig (QObject *parent, XClient *client);
XConfig (XClient *parent);
QString value_get (QString key);
bool value_set (QString key, QString value);