forked from qt-creator/qt-creator
Fix spelling/blank errors discovered by the bots.
Change-Id: Id6b25e288ce4fe4299644f77db65911082e76262 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -94,7 +94,7 @@ bool BlackBerryConfiguration::setConfig(const QString &ndkPath)
|
||||
|
||||
if (!qmakePath.toFileInfo().exists() || !gccPath.toFileInfo().exists()
|
||||
|| !deviceGdbPath.toFileInfo().exists() || !simulatorGdbPath.toFileInfo().exists() ) {
|
||||
QString errorMessage = tr("The following errors occurred while setting up BB10 Configuration: \n");
|
||||
QString errorMessage = tr("The following errors occurred while setting up BB10 Configuration:\n");
|
||||
if (!qmakePath.toFileInfo().exists())
|
||||
errorMessage += tr("- No Qt version found\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user