X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fapitracefilter.h;h=30c92a1287ff55794892068686d745c7d0155fcc;hb=1b4746a25a581405da502bcb83c01af3c808759e;hp=217938c82a0fa2775175317afff428c58bca6a49;hpb=9b31ffcdfff1b7e8528bea8e95870a31eaaa614f;p=apitrace diff --git a/gui/apitracefilter.h b/gui/apitracefilter.h index 217938c..30c92a1 100644 --- a/gui/apitracefilter.h +++ b/gui/apitracefilter.h @@ -27,7 +27,6 @@ public: void setFilterRegexp(const QRegExp ®exp); QRegExp filterRegexp() const; - QModelIndex callIndex(int callNum) const; QModelIndex indexForCall(ApiTraceCall *call) const; protected: bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;