Tweak docstring on performance counter viewer

This commit is contained in:
baldurk
2021-10-18 23:03:39 +01:00
parent 3324b7f86c
commit ee8c685880
+1 -1
View File
@@ -1049,7 +1049,7 @@ QWidget.
)");
virtual QWidget *Widget() = 0;
DOCUMENT("Updates the duration column if the selected time unit changes.");
DOCUMENT("Updates duration columns if the selected time unit changes.");
virtual void UpdateDurationColumn() = 0;
protected: