diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-09-13 14:36:16 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-09-18 13:18:00 +0200 |
| commit | 30b20bf2e7c1a52e467a70090cb5063df2f556ab (patch) | |
| tree | 31ac3dfe60683b77fa056be4d9e82d5f8251438d /utils/regtools/qeditor/mainwindow.cpp | |
| parent | 8f122e00919e351f260e08103dd7ed4d9f7f32ba (diff) | |
| download | rockbox-30b20bf2e7c1a52e467a70090cb5063df2f556ab.zip rockbox-30b20bf2e7c1a52e467a70090cb5063df2f556ab.tar.gz rockbox-30b20bf2e7c1a52e467a70090cb5063df2f556ab.tar.bz2 rockbox-30b20bf2e7c1a52e467a70090cb5063df2f556ab.tar.xz | |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regtools/qeditor/mainwindow.cpp b/utils/regtools/qeditor/mainwindow.cpp index 803490f..1e39dd1 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); } |