forked from qt-creator/qt-creator
removed the double entry of keyword Expand in handleAutoTestLine.
Change-Id: Ib87aea29c608cd0913c1b32ea0ea1ed90b8e90ee Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1723,9 +1723,6 @@ void DebuggerEnginePrivate::handleAutoTestLine(int line)
|
|||||||
if (cmd == QLatin1String("Expand")) {
|
if (cmd == QLatin1String("Expand")) {
|
||||||
m_engine->showMessage(_("'Expand' found in line %1, but not implemented yet.").arg(line));
|
m_engine->showMessage(_("'Expand' found in line %1, but not implemented yet.").arg(line));
|
||||||
handleAutoTestLine(line + 1);
|
handleAutoTestLine(line + 1);
|
||||||
} else if (cmd == QLatin1String("Expand")) {
|
|
||||||
m_engine->showMessage(_("'Expand' found in line %1, but not implemented yet.").arg(line));
|
|
||||||
handleAutoTestLine(line + 1);
|
|
||||||
} else if (cmd == QLatin1String("Check")) {
|
} else if (cmd == QLatin1String("Check")) {
|
||||||
QString name = s.section(QLatin1Char(' '), 1, 1);
|
QString name = s.section(QLatin1Char(' '), 1, 1);
|
||||||
if (name.isEmpty()) {
|
if (name.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user