Use the configured time unit used for the event browser duration column

This commit is contained in:
baldurk
2017-04-20 12:46:30 +01:00
parent 338017ce9a
commit 8ad0ea60e0
4 changed files with 48 additions and 4 deletions
+3
View File
@@ -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;