X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fprofiledialog.cpp;h=5568b54120a905518f97dc50af6e8658722adf47;hb=4c4896f8490aca7f32956e402ffdf413d04c36dd;hp=d0a55a3400d46423fd5d9413b3d2f706de7697cc;hpb=56ad11c7849c7e6ca0ad66558cb1a99c58d4cd3d;p=apitrace diff --git a/gui/profiledialog.cpp b/gui/profiledialog.cpp index d0a55a3..5568b54 100644 --- a/gui/profiledialog.cpp +++ b/gui/profiledialog.cpp @@ -22,7 +22,7 @@ ProfileDialog::~ProfileDialog() void ProfileDialog::tableDoubleClicked(const QModelIndex& index) { ProfileTableModel* model = (ProfileTableModel*)m_table->model(); - const trace::Profile::DrawCall* call = model->getJumpCall(index); + const trace::Profile::Call* call = model->getJumpCall(index); if (call) { emit jumpToCall(call->no);