Fixed correct addres configuration

Former-commit-id: b001df5968f009cf9686a3741170790d82eaba1f
This commit is contained in:
T. van der Zwan 2014-02-02 16:58:46 +01:00
parent 8e446bf883
commit 2fa46fdd98
1 changed files with 1 additions and 1 deletions

View File

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