Merge remote-tracking branch 'origin/2.6'

This commit is contained in:
Eike Ziller
2012-08-31 09:28:19 +02:00
5 changed files with 47 additions and 38 deletions

View File

@@ -1141,6 +1141,7 @@ public slots:
int line, column;
exp = cppExpressionAt(textEditor, tc.position(), &line, &column);
}
exp = fixCppExpression(exp);
if (exp.isEmpty())
return;
currentEngine()->watchHandler()->watchExpression(exp);