1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

* Added a getter to AccountManager::m_connected.

This commit is contained in:
Lucas Lira Gomes 2012-07-12 15:46:02 -03:00 committed by Dominik Schmidt
parent 420720ae52
commit b5f5079dca

View File

@ -82,6 +82,8 @@ public:
Account* zeroconfAccount() const;
bool isConnected() { return m_connected; }
public slots:
void connectAll();
void disconnectAll();