mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
implement adjustable image2ledmaptype for proto (#355)
add clean of qrc on make clean
This commit is contained in:
@@ -31,7 +31,8 @@ ProtoClientConnection::ProtoClientConnection(QTcpSocket *socket)
|
||||
// connect internal signals and slots
|
||||
connect(_socket, SIGNAL(disconnected()), this, SLOT(socketClosed()));
|
||||
connect(_socket, SIGNAL(readyRead()), this, SLOT(readData()));
|
||||
|
||||
connect(_hyperion, SIGNAL(imageToLedsMappingChanged(int)), _imageProcessor, SLOT(setLedMappingType(int)));
|
||||
|
||||
_priorityChannelName = "proto@"+ _socket->peerAddress().toString().toStdString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user