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
@@ -74,7 +74,7 @@ void AbstractGdbAdapter::write(const QByteArray &data)
|
||||
gdbProc()->write(data);
|
||||
}
|
||||
|
||||
bool AbstractGdbAdapter::isTrkAdapter() const
|
||||
bool AbstractGdbAdapter::isCodaAdapter() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user