X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fprofiledialog.h;h=862d068bcd888bcae36ec890df9ccda29f47f26e;hb=042cfaf61ae46975dd2787031540ddf34c75b2d1;hp=39f8699db83faaa6cc83dcb900e3a55258dd410a;hpb=9115776479fc67fe12cc3f7ccb8da2fd684d2232;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);