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_interfaces.append(m_websocketServer);
|
||||
#else
|
||||
Q_UNUSED(sslConfiguration)
|
||||
#endif
|
||||
|
||||
QMetaObject::invokeMethod(this, "setup", Qt::QueuedConnection);
|
||||
|
||||
Reference in New Issue
Block a user