Maemo: Disable proxy use for device access.

Workaround for proxy problems on Windows (Qt bug?).

Reviewed-by: kh1
(cherry picked from commit f3ac8e43fe)
This commit is contained in:
Christian Kandeler
2010-09-27 17:28:38 +02:00
committed by hjk
parent 995b6db0a4
commit b57461c5c6
4 changed files with 16 additions and 6 deletions

View File

@@ -114,6 +114,7 @@ DebuggerStartParameters::DebuggerStartParameters() :
qmlServerAddress("127.0.0.1"),
qmlServerPort(0),
useServerStartScript(false),
connParams(SshConnectionParameters::NoProxy),
toolChainType(ToolChain::UNKNOWN),
startMode(NoStartMode),
executableUid(0)