From 4442a92729f17db4f47a4458894298487952109c Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 11 Nov 2013 22:20:47 +0200 Subject: Braces cleanup Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by: hjk --- src/plugins/android/androiddeploystepwidget.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/android/androiddeploystepwidget.cpp') diff --git a/src/plugins/android/androiddeploystepwidget.cpp b/src/plugins/android/androiddeploystepwidget.cpp index f148576a98..757e85ca7c 100644 --- a/src/plugins/android/androiddeploystepwidget.cpp +++ b/src/plugins/android/androiddeploystepwidget.cpp @@ -117,9 +117,8 @@ void AndroidDeployStepWidget::setQASIPackagePath() QString packagePath = QFileDialog::getOpenFileName(this, tr("Qt Android Smart Installer"), QDir::homePath(), tr("Android package (*.apk)")); - if (!packagePath.isEmpty()) { + if (!packagePath.isEmpty()) AndroidManager::installQASIPackage(m_step->target(), packagePath); - } } -- cgit v1.2.1