forked from qt-creator/qt-creator
New QNX plugin.
This plugin adds support for cross-compiling, deploying, running and debugging on a PlayBook or QNX Neutrino device. Change-Id: I0da7ccee40bd7ce4c0d6bdc6884d48ef23167dac Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Daniel Teske
parent
cbce4389a5
commit
a7ac2bb559
@@ -115,6 +115,11 @@ void GenericLinuxDeviceTester::stopTest()
|
||||
setFinished(TestFailure);
|
||||
}
|
||||
|
||||
RemoteLinuxUsedPortsGatherer *GenericLinuxDeviceTester::usedPortsGatherer() const
|
||||
{
|
||||
return &d->portsGatherer;
|
||||
}
|
||||
|
||||
void GenericLinuxDeviceTester::handleConnected()
|
||||
{
|
||||
QTC_ASSERT(d->state == Connecting, return);
|
||||
|
||||
Reference in New Issue
Block a user