replay: use QCoreApplication (#23831)

pull/23833/head
Willem Melching 3 years ago committed by GitHub
parent df627de7bf
commit df88280e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/replay/main.cc

@ -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"},

Loading…
Cancel
Save