Fix device state text color in devices

Fixes #414
This commit is contained in:
Jonas Kvinge
2020-04-27 00:22:46 +02:00
parent 5a1b4b3ff8
commit 2732536d6e
3 changed files with 18 additions and 3 deletions

View File

@@ -161,6 +161,8 @@ QString MacAddress();
QString ReplaceMessage(const QString &message, const Song &song, const QString &newline);
QString ReplaceVariable(const QString &variable, const Song &song, const QString &newline);
bool IsColorDark(const QColor &color);
} // namespace
class ScopedWCharArray {