Try to fix test for automatic run with travis

* Additionally calculate valid pressure
This commit is contained in:
2017-02-13 21:04:03 +03:00
parent d097e154ff
commit 10f556e41b
8 changed files with 54 additions and 17 deletions

View File

@ -45,6 +45,8 @@ public:
static QString buildString(const QString &current, const QString &value,
const int s);
static QString stripString(const QString &value, const int s);
// additional test method
bool isMpdSocketConnected() const;
private slots:
void mpdSocketConnected();