From 30b20bf2e7c1a52e467a70090cb5063df2f556ab Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 13 Sep 2013 14:36:16 +0200 Subject: retools/qeditor: add pin decoder (very basic add the moment) Change-Id: I5309794efda67fd3bf5c265b35ea7da5faf662f6 --- utils/regtools/qeditor/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/regtools/qeditor/mainwindow.cpp') diff --git a/utils/regtools/qeditor/mainwindow.cpp b/utils/regtools/qeditor/mainwindow.cpp index 803490fb31..1e39dd1a83 100644 --- a/utils/regtools/qeditor/mainwindow.cpp +++ b/utils/regtools/qeditor/mainwindow.cpp @@ -104,5 +104,5 @@ void MainWindow::OnLoadDesc() void MainWindow::OnNewRegTab() { - m_tab->setCurrentWidget(new RegTab(m_backend, m_tab)); + new RegTab(m_backend, m_tab); } -- cgit v1.2.3