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

@ -40,7 +40,9 @@ private slots:
void test_parsePattern();
private:
bool checkKwinStatus() const;
DPAdds *plugin = nullptr;
bool m_isKwinActive = false;
QString pattern = QString("$");
};