summaryrefslogtreecommitdiffstats
path: root/utils/regtools/qeditor/mainwindow.cpp
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-09-13 14:36:16 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-09-18 13:18:00 +0200
commit30b20bf2e7c1a52e467a70090cb5063df2f556ab (patch)
tree31ac3dfe60683b77fa056be4d9e82d5f8251438d /utils/regtools/qeditor/mainwindow.cpp
parent8f122e00919e351f260e08103dd7ed4d9f7f32ba (diff)
downloadrockbox-30b20bf2e7c1a52e467a70090cb5063df2f556ab.tar.gz
rockbox-30b20bf2e7c1a52e467a70090cb5063df2f556ab.zip
retools/qeditor: add pin decoder (very basic add the moment)
Change-Id: I5309794efda67fd3bf5c265b35ea7da5faf662f6
Diffstat (limited to 'utils/regtools/qeditor/mainwindow.cpp')
-rw-r--r--utils/regtools/qeditor/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}