mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 06:56:40 +00:00
Use the configured time unit used for the event browser duration column
This commit is contained in:
@@ -93,6 +93,9 @@ struct IEventBrowser
|
||||
"Retrieves the QWidget for this :class:`EventBrowser` if PySide2 is available, or ``None``.");
|
||||
virtual QWidget *Widget() = 0;
|
||||
|
||||
DOCUMENT("Updates the duration column if the selected time unit changes.");
|
||||
virtual void UpdateDurationColumn() = 0;
|
||||
|
||||
protected:
|
||||
IEventBrowser() = default;
|
||||
~IEventBrowser() = default;
|
||||
|
||||
Reference in New Issue
Block a user