X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fprofiledialog.h;h=862d068bcd888bcae36ec890df9ccda29f47f26e;hb=HEAD;hp=8a2f39ea175c45b3e7649293fd223ad94d603e69;hpb=902626cc60d258582a843f318a2fd5f5a76c511f;p=apitrace diff --git a/gui/profiledialog.h b/gui/profiledialog.h index 8a2f39e..862d068 100644 --- a/gui/profiledialog.h +++ b/gui/profiledialog.h @@ -15,14 +15,11 @@ public: ~ProfileDialog(); void setProfile(trace::Profile* profile); + void showCall(int call); public slots: - void setVerticalScrollMax(int max); - void setHorizontalScrollMax(int max); - void tableDoubleClicked(const QModelIndex& index); - - void selectionChanged(int64_t start, int64_t end); + void graphSelectionChanged(SelectionState state); signals: void jumpToCall(int call); @@ -31,6 +28,4 @@ private: trace::Profile *m_profile; }; -QString getTimeString(int64_t time, int64_t unitTime = 0); - #endif