X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=eae106746b76b6313182ecdf9f7bdf7661b72fb5;hb=df840662d228637f84d44ec24005e8b9bed8628f;hp=9873541dd5dbe4dc24aea9be777a949cc15c0e96;hpb=c8c28626464eb310255dacf542f2501cf2f74d38;p=pulseview.git diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 9873541..eae1067 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -388,7 +388,7 @@ void MainWindow::add_decoder(QObject *action) (srd_decoder*)((QAction*)action)->data().value(); assert(dec); - dialogs::Decoder dlg(this); + dialogs::Decoder dlg(this, dec); dlg.exec(); }