Warning: That file was not part of the compilation database. It may have many parsing errors.

1SimplePlayer *player = new SimplePlayer;
2player->play(url);
3connect(player, SIGNAL(finished()), player, SLOT(deleteLater()));
4

Warning: That file was not part of the compilation database. It may have many parsing errors.