Implemented compatablility import of glabels-3 project files (#39).

This commit is contained in:
hochwasser
2018-11-04 14:40:39 +01:00
committed by Jim Evins
parent 1cdb3979ab
commit ba3c60216f
28 changed files with 2495 additions and 3 deletions
+6
View File
@@ -208,3 +208,9 @@ namespace glabels
}
}
QDebug operator<<(QDebug dbg, const glabels::model::Distance &dist)
{
QDebugStateSaver saver(dbg);
dbg.nospace() << dist.toString(glabels::model::Units::Enum::MM);
return dbg.maybeSpace();
}