X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fprofiledialog.h;h=22ef066f05a25377a0c6fd9e2b2e650048f5f174;hb=b70a86af10057c5b7fcf79b674cfe5abbeaadebb;hp=39f8699db83faaa6cc83dcb900e3a55258dd410a;hpb=9115776479fc67fe12cc3f7ccb8da2fd684d2232;p=apitrace diff --git a/gui/profiledialog.h b/gui/profiledialog.h index 39f8699..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); @@ -31,4 +33,6 @@ private: trace::Profile *m_profile; }; +QString getTimeString(int64_t time, int64_t unitTime = 0); + #endif