X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fprofiledialog.h;h=22ef066f05a25377a0c6fd9e2b2e650048f5f174;hb=b70a86af10057c5b7fcf79b674cfe5abbeaadebb;hp=8a2f39ea175c45b3e7649293fd223ad94d603e69;hpb=902626cc60d258582a843f318a2fd5f5a76c511f;p=apitrace diff --git a/gui/profiledialog.h b/gui/profiledialog.h index 8a2f39e..22ef066 100644 --- a/gui/profiledialog.h +++ b/gui/profiledialog.h @@ -22,7 +22,9 @@ public slots: void tableDoubleClicked(const QModelIndex& index); - void selectionChanged(int64_t start, int64_t end); + void selectNone(); + void selectProgram(unsigned program); + void selectTime(int64_t start, int64_t end); signals: void jumpToCall(int call);