改进代码

This commit is contained in:
feiyangqingyun
2021-10-08 10:52:05 +08:00
parent f6923b97a2
commit 200b7eeafb
171 changed files with 2894 additions and 1940 deletions

View File

@@ -111,7 +111,7 @@ QwtPointPolar QwtPointPolar::normalized() const
QDebug operator<<( QDebug debug, const QwtPointPolar &point )
{
debug.nospace() << "QwtPointPolar("
debug.nospace() << "QwtPointPolar("
<< point.azimuth() << "," << point.radius() << ")";
return debug.space();