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:
parent
420720ae52
commit
b5f5079dca
@ -82,6 +82,8 @@ public:
|
||||
|
||||
Account* zeroconfAccount() const;
|
||||
|
||||
bool isConnected() { return m_connected; }
|
||||
|
||||
public slots:
|
||||
void connectAll();
|
||||
void disconnectAll();
|
||||
|
Loading…
x
Reference in New Issue
Block a user