fix sslconfiguration parameter

This commit is contained in:
Simon Stürz 2015-08-04 15:30:51 +02:00 committed by Michael Zanetti
parent 345cd53f7e
commit d322699152

View File

@ -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);