mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed correct addres configuration
Former-commit-id: b001df5968f009cf9686a3741170790d82eaba1f
This commit is contained in:
parent
8e446bf883
commit
2fa46fdd98
@ -67,7 +67,7 @@ int main(int argc, char ** argv)
|
||||
else
|
||||
{
|
||||
// Create the Proto-connection with hyperiond
|
||||
ProtoWrapper protoWrapper("127.0.0.1:19445", argSkipReply.isSet());
|
||||
ProtoWrapper protoWrapper(argAddress.getValue(), argSkipReply.isSet());
|
||||
|
||||
// Connect the screen capturing to the proto processing
|
||||
QObject::connect(&x11Wrapper, SIGNAL(sig_screenshot(const Image<ColorRgb> &)), &protoWrapper, SLOT(process(Image<ColorRgb>)));
|
||||
|
Loading…
Reference in New Issue
Block a user