This commit is contained in:
朱子楚\zhuzi
2024-02-27 12:23:24 +08:00
parent fce7f8c40c
commit 6749e47c22
29 changed files with 466 additions and 441 deletions

View File

@ -6,6 +6,9 @@
#include <QPainter>
#include "stdafx.h"
/**
* @brief The FluWatermark class
*/
class FluWatermark : public QQuickPaintedItem
{
Q_OBJECT
@ -19,7 +22,6 @@ class FluWatermark : public QQuickPaintedItem
public:
explicit FluWatermark(QQuickItem *parent = nullptr);
void paint(QPainter* painter) override;
};
#endif // FLUWATERMARK_H