forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.5'
Conflicts: qtcreator.pri src/libs/utils/utils.qbs src/plugins/projectexplorer/miniprojecttargetselector.cpp src/plugins/qmljseditor/qmljseditor.qbs src/plugins/qmljsinspector/qmljsinspector.qbs Change-Id: Ib239d50c21cb06d3a8e821e03dc093552f40ffab
This commit is contained in:
@@ -78,7 +78,7 @@ static QString suppressionText(const Error &error)
|
||||
// we take the last stack frame and append the suppression kind, e.g.:
|
||||
// QDebug::operator<<(bool) [Memcheck:Cond]
|
||||
if (!error.stacks().isEmpty() && !error.stacks().first().frames().isEmpty()) {
|
||||
const Frame &frame = error.stacks().first().frames().first();
|
||||
const Frame frame = error.stacks().first().frames().first();
|
||||
|
||||
QString newName;
|
||||
if (!frame.functionName().isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user