mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-05 09:35:28 +08:00
update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user