mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 22:05:48 +00:00
Try to fix test for automatic run with travis
* Additionally calculate valid pressure
This commit is contained in:
@ -255,6 +255,12 @@ QString PlayerSource::stripString(const QString &value, const int s)
|
||||
}
|
||||
|
||||
|
||||
bool PlayerSource::isMpdSocketConnected() const
|
||||
{
|
||||
return (m_mpdSocket.state() == QAbstractSocket::ConnectedState);
|
||||
}
|
||||
|
||||
|
||||
void PlayerSource::mpdSocketConnected()
|
||||
{
|
||||
qCDebug(LOG_ESS) << "MPD socket connected to" << m_mpdSocket.peerName()
|
||||
|
Reference in New Issue
Block a user