Maemo: Handle missing specification for remote executable.

Reviewed-by: kh1
This commit is contained in:
ck
2010-07-08 12:17:07 +02:00
parent 05c554020a
commit 70e801bb09
3 changed files with 14 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ QString MaemoDeployables::remoteExecutableFilePath(const QString &localExecutabl
if (model->localExecutableFilePath() == localExecutableFilePath)
return model->remoteExecutableFilePath();
}
Q_ASSERT(!"Invalid local executable!");
qWarning("No remote executable specified!");
return QString();
}