彻底改进分页算法

This commit is contained in:
feiyangqingyun
2021-04-27 07:43:21 +08:00
parent d1d9daa36f
commit 73035cd722
8 changed files with 250 additions and 239 deletions

View File

@@ -7,9 +7,9 @@
#include <QPainterPath>
#ifdef quc
class Q_DECL_EXPORT SmoothCurve : public QObject
class Q_DECL_EXPORT SmoothCurve
#else
class SmoothCurve : public QObject
class SmoothCurve
#endif
{