Minor: rename to ATBTimeBase
This commit is contained in:
parent
81459f7ab4
commit
cc07b8f20e
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
struct TimeBase {
|
struct ATBTimeBase {
|
||||||
enum class TimeBaseType {ABSOLUTE=0, RELATIVE=1};
|
enum class TimeBaseType {ABSOLUTE=0, RELATIVE=1};
|
||||||
|
|
||||||
TimeBase() = default;
|
ATBTimeBase() = default;
|
||||||
TimeBaseType tbase_type;
|
TimeBaseType tbase_type;
|
||||||
QString tbase_label;
|
QString tbase_label;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user