Symbian: TRK is no more!

TKR-related code has been removed.
From now on CODA is the default On-Device
Agent

Change-Id: I52236a33aff9b31ca48d507da97430df7d871239
Reviewed-on: http://codereview.qt.nokia.com/450
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Paweł Polański <jaggernod@gmail.com>
This commit is contained in:
Pawel Polanski
2011-06-09 14:45:08 +02:00
committed by Paweł Polański
parent eed4d1e149
commit 3f750695b4
53 changed files with 248 additions and 7246 deletions

View File

@@ -56,7 +56,6 @@ public:
};
enum SymbianDebugClient {
SymbianDebugClientTrk,
SymbianDebugClientCoda
};
@@ -73,7 +72,7 @@ public:
executableUid(0),
communicationChannel(CommunicationChannelTcpIp),
serverPort(0),
debugClient(SymbianDebugClientTrk)
debugClient(SymbianDebugClientCoda)
{}
QString executable;