Remove warning.

Reviewed-by: ck
This commit is contained in:
kh1
2010-09-29 10:06:27 +02:00
parent 82865ac7c6
commit 48a43475ec

View File

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