mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 14:25:50 +00:00
fix kwin definition again
This commit is contained in:
@ -106,7 +106,8 @@ void TestPlayerSource::test_mpd()
|
||||
if (secondValue[QString("player/title")].toString() == QString("unknown"))
|
||||
QSKIP("No mpd found");
|
||||
|
||||
QVERIFY(secondValue[QString("player/progress")].toInt() < secondValue[QString("player/duration")].toInt());
|
||||
QVERIFY(secondValue[QString("player/progress")].toInt()
|
||||
< secondValue[QString("player/duration")].toInt());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user