Maemo: Add model for future package contents view.

No functional changes for now.

Reviewed-by: kh1
This commit is contained in:
ck
2010-04-20 17:02:31 +02:00
parent 9555ff028a
commit 83f505d96a
7 changed files with 192 additions and 24 deletions

View File

@@ -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