diff --git a/app/common/rational.cpp b/app/common/rational.cpp index 6fa8206ef..30463fa7b 100644 --- a/app/common/rational.cpp +++ b/app/common/rational.cpp @@ -387,6 +387,9 @@ OLIVE_NAMESPACE_EXIT QDebug operator<<(QDebug debug, const OLIVE_NAMESPACE::rational &r) { + return debug.space() << r.toDouble(); + /* debug.nospace() << r.numerator() << "/" << r.denominator(); return debug.space(); + */ }