forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.3'
Conflicts: share/qtcreator/dumper/bridge.py src/plugins/debugger/gdb/gdbengine.cpp src/plugins/remotelinux/remotelinuxapplicationrunner.cpp Change-Id: I444f797723d5879ea08c5c0e1f31158d271d4f41
This commit is contained in:
@@ -777,7 +777,9 @@ void QmlJSCompletionAssistProcessor::addCompletionsPropertyLhs(const QHash<QStri
|
||||
it.next();
|
||||
|
||||
QString itemText = it.key();
|
||||
QLatin1String postfix(": ");
|
||||
QString postfix;
|
||||
if (!itemText.isEmpty() && itemText.at(0).isLower())
|
||||
postfix = QLatin1String(": ");
|
||||
if (afterOn)
|
||||
postfix = QLatin1String(" {");
|
||||
if (const Interpreter::QmlObjectValue *qmlValue =
|
||||
|
||||
Reference in New Issue
Block a user