1
0
Fork 0
forked from len0rd/rockbox

retools/qeditor: add pin decoder (very basic add the moment)

Change-Id: I5309794efda67fd3bf5c265b35ea7da5faf662f6
This commit is contained in:
Amaury Pouly 2013-09-13 14:36:16 +02:00
parent 8f122e0091
commit 30b20bf2e7
3 changed files with 168 additions and 2 deletions

View file

@ -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);
}