OTHER: Make 'Quit server on close' option work

This commit is contained in:
Thomas Frauendorfer 2008-10-14 03:56:27 +02:00
parent ef687a9375
commit 5e8d83ca8e
8 changed files with 102 additions and 37 deletions

View file

@ -93,6 +93,7 @@ class XClient : public QObject {
public slots:
void disconnect ();
bool quit ();
protected:
Xmms::Client *m_client;