OTHER: Rework the 'Quit server on close' option

Quit server on close is now implemented in a cleaner and easier
understandable way. It also doesn't impact the application shutdown time
any more.
This commit is contained in:
Thomas Frauendorfer 2008-10-16 19:02:09 +02:00
parent 5e8d83ca8e
commit 11b7e5e6e7
4 changed files with 30 additions and 32 deletions

View file

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