OSDN Git Service

Remove warning.
authorkh1 <qt-info@nokia.com>
Wed, 29 Sep 2010 08:06:27 +0000 (10:06 +0200)
committerkh1 <qt-info@nokia.com>
Wed, 29 Sep 2010 11:39:09 +0000 (13:39 +0200)
Reviewed-by: ck
src/plugins/qt4projectmanager/qt-maemo/maemodeployables.cpp

index b0a199f..9ec8869 100644 (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();
 }