X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fapitracecall.h;h=572b302b643ab23957cdf79c9851b19fdc0e0367;hb=851d0b0452234ace66a511327bd8e6f9d68fe9e9;hp=d30bf1db22bf30843689a7241d935f9118ee292b;hpb=45e094f2f82ec00291615aa055fb08f6efffe838;p=apitrace diff --git a/gui/apitracecall.h b/gui/apitracecall.h index d30bf1d..572b302 100644 --- a/gui/apitracecall.h +++ b/gui/apitracecall.h @@ -331,12 +331,16 @@ public: bool loaded() const; void setLoaded(bool l); + + void setLastCallIndex(unsigned index); + unsigned lastCallIndex() const; private: ApiTrace *m_parentTrace; quint64 m_binaryDataSize; QVector m_calls; bool m_loaded; unsigned m_callsToLoad; + unsigned m_lastCallIndex; }; Q_DECLARE_METATYPE(ApiTraceFrame*);