Merge branch 'master' into mediafoundation

This commit is contained in:
Paulchen Panther
2021-05-19 20:14:11 +02:00
committed by GitHub
7 changed files with 45 additions and 45 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