]> git.cworth.org Git - apitrace/blobdiff - gui/profiledialog.h
Combine timeline and histogram tabs.
[apitrace] / gui / profiledialog.h
index 8a2f39ea175c45b3e7649293fd223ad94d603e69..22ef066f05a25377a0c6fd9e2b2e650048f5f174 100644 (file)
@@ -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);