forked from qt-creator/qt-creator
Maemo: Differentiate between Maemo versions.
Reviewed-by: kh1
This commit is contained in:
@@ -282,6 +282,11 @@ MaemoPortList MaemoRunConfiguration::freePorts() const
|
||||
return devConfig.freePorts();
|
||||
}
|
||||
|
||||
bool MaemoRunConfiguration::useRemoteGdb() const
|
||||
{
|
||||
return m_useRemoteGdb && toolchain()->allowsRemoteMounts();
|
||||
}
|
||||
|
||||
void MaemoRunConfiguration::setArguments(const QStringList &args)
|
||||
{
|
||||
m_arguments = args;
|
||||
|
||||
Reference in New Issue
Block a user