]> git.cworth.org Git - apitrace/blobdiff - gui/apitracefilter.h
Implement jumping to a specific call.
[apitrace] / gui / apitracefilter.h
index fa59397f03e0d5203e0f2788e383a519aafe99fe..2bd85575cdf90b7b12f93a34fdf53bc6d952ea82 100644 (file)
@@ -22,6 +22,8 @@ public:
     void setFilterOptions(FilterOptions opts);
 
     void setFilterString(const QString &text);
+
+    QModelIndex callIndex(int callNum) const;
 protected:
     bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;