replay: use QCoreApplication (#23831)

This commit is contained in:
Willem Melching
2022-02-23 13:34:31 +01:00
committed by GitHub
parent df627de7bf
commit df88280e0f
+1 -1
View File
@@ -7,7 +7,7 @@
const QString DEMO_ROUTE = "4cf7a6ad03080c90|2021-09-29--13-46-36";
int main(int argc, char *argv[]) {
QApplication app(argc, argv);
QCoreApplication app(argc, argv);
const std::tuple<QString, REPLAY_FLAGS, QString> flags[] = {
{"dcam", REPLAY_FLAG_DCAM, "load driver camera"},