X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fprofiledialog.h;h=862d068bcd888bcae36ec890df9ccda29f47f26e;hb=c0ebdbd058b6ff62f0e976ee4b0c905d64918429;hp=39f8699db83faaa6cc83dcb900e3a55258dd410a;hpb=50f9686913b8fc9f46662b299a9810dee08b0a9c;p=apitrace diff --git a/gui/profiledialog.h b/gui/profiledialog.h index 39f8699..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);