From ee8c68588029df42f98c8dbceb888e0e8d9bf19a Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 18 Oct 2021 23:03:39 +0100 Subject: [PATCH] Tweak docstring on performance counter viewer --- qrenderdoc/Code/Interface/QRDInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Code/Interface/QRDInterface.h b/qrenderdoc/Code/Interface/QRDInterface.h index 932da65cb..9acc46f48 100644 --- a/qrenderdoc/Code/Interface/QRDInterface.h +++ b/qrenderdoc/Code/Interface/QRDInterface.h @@ -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: