Minor: add debug output
This commit is contained in:
		| @@ -16,6 +16,8 @@ struct ATBTimeBase { | ||||
|     friend QDebug operator<<(QDebug debug, ATBTimeBase const &timeBase) { | ||||
|         QDebugStateSaver saver(debug); | ||||
|  | ||||
|         debug.nospace() << "TIMEBASE" << "\n"; | ||||
|  | ||||
|         switch(timeBase.tbase_type) { | ||||
|         case ATBTimeBase::TimeBaseType::ABSOLUTE: | ||||
|             debug.nospace() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user