Parse debug server arguments in ctor
authorUlf Hermann <ulf.hermann@theqtcompany.com>
Wed, 5 Aug 2015 14:39:33 +0000 (16:39 +0200)
committerUlf Hermann <ulf.hermann@theqtcompany.com>
Thu, 13 Aug 2015 08:30:43 +0000 (08:30 +0000)
commitfc3403502fed19e0b8ab5a85b0c3aa2587e22475
tree0c462961f47a67c54191a43a15c6fe800de46017
parent1a1f10806c901bc10483370a932d41af0c9629cd
Parse debug server arguments in ctor

We will need them to determine which services to load. Also, drop all
the complicated indirection. With all relevant code in one place we
don't need the actions anymore. Setting the server's blocking mode only
makes sense before the thread starts. Afterwards the result is
undefined, so we don't have to specially protect it.

Change-Id: I58135cd598c31d3a02ccd3f67b238da01a176934
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp