debugger: disable 'target async' in the ui

No real benefits so far.

Task-number: QTCREATORBUG-4682
Change-Id: Ibb416fed09e4e0210a84a51b2cd71189ac01ffa6
Reviewed-on: http://codereview.qt.nokia.com/631
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-06-22 17:14:08 +02:00
committed by hjk
parent b48ad322eb
commit 179921529a
2 changed files with 6 additions and 2 deletions

View File

@@ -134,6 +134,10 @@ QWidget *GdbOptionsPage::createPage(QWidget *parent)
;
m_searchKeywords.remove(QLatin1Char('&'));
}
// FIXME: Not fully working on the gdb side yet.
m_ui->checkBoxTargetAsync->hide();
return w;
}