forked from qt-creator/qt-creator
Maemo: Add model for future package contents view.
No functional changes for now. Reviewed-by: kh1
This commit is contained in:
@@ -198,7 +198,7 @@ QString AbstractMaemoRunControl::packageFilePath() const
|
||||
|
||||
QString AbstractMaemoRunControl::executableFilePathOnTarget() const
|
||||
{
|
||||
return m_runConfig->packageStep()->executableFilePathOnTarget();
|
||||
return m_runConfig->packageStep()->remoteExecutableFilePath();
|
||||
}
|
||||
|
||||
bool AbstractMaemoRunControl::isCleaning() const
|
||||
|
||||
Reference in New Issue
Block a user