fix sslconfiguration parameter

pull/135/head
Simon Stürz 2015-08-04 15:30:51 +02:00 committed by Michael Zanetti
parent 345cd53f7e
commit d322699152
1 changed files with 2 additions and 0 deletions

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