forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/5.0'
Conflicts: src/libs/utils/processreaper.cpp src/plugins/clangcodemodel/clangmodelmanagersupport.cpp src/plugins/cmakeprojectmanager/cmakeprocess.cpp Change-Id: Ie248bcb02a80f3e02ab19d73033ce2ba31e7fd83
This commit is contained in:
@@ -73,6 +73,7 @@ public:
|
||||
if (!m_idName.isEmpty()) {
|
||||
m_componentName = m_idName;
|
||||
m_componentName[0] = m_componentName.at(0).toUpper();
|
||||
m_componentName.prepend("My");
|
||||
}
|
||||
|
||||
setDescription(QCoreApplication::translate("QmlJSEditor::ComponentFromObjectDef",
|
||||
|
||||
Reference in New Issue
Block a user