No local socket support for windows build

This commit is contained in:
craig.p.drummond
2012-06-18 18:25:04 +00:00
committed by craig.p.drummond
parent f822dafe3c
commit a147d8277d

View File

@@ -47,6 +47,11 @@ ServerSettings::ServerSettings(QWidget *p)
connect(connectButton, SIGNAL(clicked(bool)), SLOT(toggleConnection()));
saveButton->setIcon(QIcon::fromTheme("document-save-as"));
removeButton->setIcon(QIcon::fromTheme("edit-delete"));
#ifdef Q_OS_WIN
hostLabel->setText(i18n("Host:"));
socketNoteLabel->setVisible(false);
#endif
};
void ServerSettings::load()