Minor: add debug output

This commit is contained in:
Gerhard Hoffmann 2024-01-30 10:14:21 +01:00
parent 124fd60c41
commit b347b6e50e

View File

@ -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()