Convert counter viewer to item model, sync filter with event browser

This commit is contained in:
baldurk
2021-10-18 14:14:36 +01:00
parent 531946c128
commit 6dd63c6aec
7 changed files with 323 additions and 209 deletions
+3
View File
@@ -1049,6 +1049,9 @@ QWidget.
)");
virtual QWidget *Widget() = 0;
DOCUMENT("Updates the duration column if the selected time unit changes.");
virtual void UpdateDurationColumn() = 0;
protected:
IPerformanceCounterViewer() = default;
~IPerformanceCounterViewer() = default;