Minor: add debug output
This commit is contained in:
parent
124fd60c41
commit
b347b6e50e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user