No local socket support for windows build

This commit is contained in:
craig.p.drummond
2012-06-18 18:25:04 +00:00
parent 8d481bdd46
commit 309283894e

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()