changeset 407 | c7890ba9ed6e |
parent 383 | 09a8795105a4 |
child 412 | 2ddcc3e3e644 |
--- a/QTfrontend/hwform.cpp Wed Feb 07 00:30:25 2007 +0000 +++ b/QTfrontend/hwform.cpp Wed Feb 07 14:11:47 2007 +0000 @@ -25,6 +25,7 @@ #include <QIcon> #include <QFile> #include <QTextStream> +#include <QMessageBox> #include "hwform.h" #include "game.h" @@ -309,6 +310,8 @@ if (hwnet) { hwnet->deleteLater(); hwnet=0; + QMessageBox::warning(this, QMessageBox::tr("Network"), + QMessageBox::tr("Connection to server is lost")); } GoBack(); }