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