forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.4'
Conflicts: src/libs/extensionsystem/pluginview.cpp Change-Id: I316199fe0a257cb085668ccb183b1590555278f2
This commit is contained in:
@@ -154,7 +154,7 @@ void QmlProfilerEventsModelProxy::notesChanged(int typeIndex)
|
||||
}
|
||||
} else {
|
||||
d->notes.remove(typeIndex);
|
||||
QVariantList changedNotes = notesModel->byTypeId(typeIndex);
|
||||
const QVariantList changedNotes = notesModel->byTypeId(typeIndex);
|
||||
if (!changedNotes.isEmpty()) {
|
||||
QStringList newNotes;
|
||||
for (QVariantList::ConstIterator it = changedNotes.begin(); it != changedNotes.end();
|
||||
|
||||
Reference in New Issue
Block a user