added argentina to countries

This commit is contained in:
Max-Wilhelm Bruker 2011-07-05 12:44:39 +02:00
parent 83e2e3666a
commit ef42c7518a
6 changed files with 115 additions and 1 deletions

View file

@ -65,7 +65,7 @@ Servatrice::Servatrice(QSettings *_settings, QObject *parent)
statusUpdateClock->start(statusUpdateTime);
}
bool threaded = settings->value("server/threaded", false).toInt();
threaded = settings->value("server/threaded", false).toInt();
tcpServer = new Servatrice_TcpServer(this, threaded, this);
int port = settings->value("server/port", 4747).toInt();
qDebug() << "Starting server on port" << port;