]> git.cworth.org Git - apitrace/blobdiff - gui/profiledialog.cpp
Improve internal format of profile results.
[apitrace] / gui / profiledialog.cpp
index d0a55a3400d46423fd5d9413b3d2f706de7697cc..5568b54120a905518f97dc50af6e8658722adf47 100644 (file)
@@ -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);