author | koda |
Mon, 04 Mar 2013 23:24:55 +0100 | |
changeset 8651 | da384b09eb2b |
parent 8650 | 18807b6302c8 |
child 8652 | 97a30346203b |
--- a/QTfrontend/main.cpp Mon Mar 04 23:11:28 2013 +0100 +++ b/QTfrontend/main.cpp Mon Mar 04 23:24:55 2013 +0100 @@ -346,6 +346,8 @@ if (file.open(QIODevice::ReadOnly | QIODevice::Text)) style.append(file.readAll()); + qWarning("Starting Hedgewars %s-r%d (%s)", qPrintable(*cVersionString), cRevisionString->toInt(), qPrintable(*cHashString)); + app.form = new HWForm(NULL, style); app.form->show(); if(splash)