Servatrice: make listening host configurable; fix #3241 (#3242)

* fix #3241

* clangify
This commit is contained in:
ctrlaltca 2018-05-12 23:54:03 +02:00 committed by GitHub
parent c06fc562a1
commit 4cdd17945d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 7 deletions

View file

@ -202,6 +202,8 @@ private:
int getISLNetworkPort() const;
bool getISLNetworkEnabled() const;
bool getEnableInternalSMTPClient() const;
QHostAddress getServerTCPHost() const;
QHostAddress getServerWebSocketHost() const;
public slots:
void scheduleShutdown(const QString &reason, int minutes);