No local socket support for windows build
This commit is contained in:
committed by
craig.p.drummond
parent
f822dafe3c
commit
a147d8277d
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user