forked from qt-creator/qt-creator
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:
committed by
Paweł Polański
parent
eed4d1e149
commit
3f750695b4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user