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:
@@ -221,7 +221,7 @@ StaticAnalysisMessages::StaticAnalysisMessages()
|
|||||||
newMsg(WarnReferenceToParentItemNotSupportedByVisualDesigner, Warning,
|
newMsg(WarnReferenceToParentItemNotSupportedByVisualDesigner, Warning,
|
||||||
tr("Reference to parent item cannot be resolved correctly by the Qt Quick Designer"));
|
tr("Reference to parent item cannot be resolved correctly by the Qt Quick Designer"));
|
||||||
newMsg(WarnUndefinedValueForVisualDesigner, Warning,
|
newMsg(WarnUndefinedValueForVisualDesigner, Warning,
|
||||||
tr("This visual property binding cannot be evaluted in the local context "
|
tr("This visual property binding cannot be evaluated in the local context "
|
||||||
"and might not show up in Qt Quick Designer as expected"));
|
"and might not show up in Qt Quick Designer as expected"));
|
||||||
newMsg(WarnStatesOnlyInRootItemForVisualDesigner, Warning,
|
newMsg(WarnStatesOnlyInRootItemForVisualDesigner, Warning,
|
||||||
tr("Qt Quick Designer only supports states in the root item "));
|
tr("Qt Quick Designer only supports states in the root item "));
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ ElfReader::Result ElfReader::readIt()
|
|||||||
// Read Endianess.
|
// Read Endianess.
|
||||||
m_elfData.endian = ElfEndian(mapper.ustart[5]);
|
m_elfData.endian = ElfEndian(mapper.ustart[5]);
|
||||||
if (m_elfData.endian != Elf_ELFDATA2LSB && m_elfData.endian != Elf_ELFDATA2MSB) {
|
if (m_elfData.endian != Elf_ELFDATA2LSB && m_elfData.endian != Elf_ELFDATA2MSB) {
|
||||||
m_errorString = msgInvalidElfObject(m_binary, tr("odd endianess"));
|
m_errorString = msgInvalidElfObject(m_binary, tr("odd endianness"));
|
||||||
return Corrupt;
|
return Corrupt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ bool BlackBerryConfiguration::setConfig(const QString &ndkPath)
|
|||||||
|
|
||||||
if (!qmakePath.toFileInfo().exists() || !gccPath.toFileInfo().exists()
|
if (!qmakePath.toFileInfo().exists() || !gccPath.toFileInfo().exists()
|
||||||
|| !deviceGdbPath.toFileInfo().exists() || !simulatorGdbPath.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())
|
if (!qmakePath.toFileInfo().exists())
|
||||||
errorMessage += tr("- No Qt version found\n");
|
errorMessage += tr("- No Qt version found\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user