mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
ping added
This commit is contained in:
parent
99ff7fd15f
commit
8680bce5fc
5 changed files with 16 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ DlgConnect::DlgConnect(QWidget *parent)
|
|||
: QDialog(parent)
|
||||
{
|
||||
hostLabel = new QLabel(tr("&Host:"));
|
||||
hostEdit = new QLineEdit("localhost");
|
||||
hostEdit = new QLineEdit("cockatrice.de");
|
||||
hostLabel->setBuddy(hostEdit);
|
||||
|
||||
portLabel = new QLabel(tr("&Port:"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue