fix sslconfiguration parameter
This commit is contained in:
parent
345cd53f7e
commit
d322699152
@ -107,6 +107,8 @@ JsonRPCServer::JsonRPCServer(const QSslConfiguration &sslConfiguration, QObject
|
|||||||
m_websocketServer->startServer();
|
m_websocketServer->startServer();
|
||||||
|
|
||||||
m_interfaces.append(m_websocketServer);
|
m_interfaces.append(m_websocketServer);
|
||||||
|
#else
|
||||||
|
Q_UNUSED(sslConfiguration)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QMetaObject::invokeMethod(this, "setup", Qt::QueuedConnection);
|
QMetaObject::invokeMethod(this, "setup", Qt::QueuedConnection);
|
||||||
|
|||||||
Reference in New Issue
Block a user