/* QMessageBox::information(this, tr("Scheduled server shutdown"), tr("The server is going to be restarted in %n minute(s).\nAll running games will be lost.\nReason for shutdown: %1", "", event->getMinutes()).arg(event->getReason()));
* */
QMessageBox::information(this,tr("Scheduled server shutdown"),tr("The server is going to be restarted in %n minute(s).\nAll running games will be lost.\nReason for shutdown: %1","",event.minutes()).arg(QString::fromStdString(event.reason())));