changeset 1415 | 6fbfee0e113a |
parent 1263 | 24677a82531d |
child 1430 | 8b192c18a584 |
1414:971136fa0a80 | 1415:6fbfee0e113a |
---|---|
38 QColor * color5 = new QColor(247, 237, 112); |
38 QColor * color5 = new QColor(247, 237, 112); |
39 QColor * color6 = new QColor(192, 85, 160); |
39 QColor * color6 = new QColor(192, 85, 160); |
40 |
40 |
41 QString * netHost = new QString(); |
41 QString * netHost = new QString(); |
42 quint16 netPort = 46631; |
42 quint16 netPort = 46631; |
43 |
|
44 bool haveServer = ${HAVE_NETSERVER}; |