Minor Updates (#1241)

This commit is contained in:
LordGrey
2021-05-16 18:33:24 +02:00
committed by GitHub
parent 016855898a
commit feec395756
5 changed files with 6 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ int LedDeviceFile::write(const std::vector<ColorRgb> & ledValues)
}
#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
out << "]" << Qt::endl;
out << QString("]") << Qt::endl;
#else
out << "]" << endl;
#endif