minor fixes

This commit is contained in:
Bernhard Trinnes 2018-10-09 13:37:53 +02:00 committed by Michael Zanetti
parent ddd60a5b87
commit ae9e857f4a

View File

@ -369,7 +369,8 @@ void DevicePluginUniPi::connectToEvok()
{
if (m_webSocket == NULL) {
int port = 8080; //configValue(uniPiPortParamTypeId).toInt(); //FIXME plugin configuration loading currently not possible in init
int port = 8080;
//configValue(uniPiPortParamTypeId).toInt(); //FIXME plugin configuration loading currently not possible in init
m_webSocket = new QWebSocket();
connect(m_webSocket, &QWebSocket::connected, this, &DevicePluginUniPi::onWebSocketConnected);