Commit c23dfece authored by Gunnar Sletta's avatar Gunnar Sletta Committed by The Qt Project
Browse files

add private export to image and rectangle nodes


Change-Id: I15aea1b1dc3d41c9efe0a38f53d6858bae273566
Reviewed-by: default avatarSamuel Rødal <samuel.rodal@digia.com>
parent 04d46641
Branches
Tags
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -60,7 +60,7 @@ protected: ...@@ -60,7 +60,7 @@ protected:
virtual QSGMaterialShader *createShader() const; virtual QSGMaterialShader *createShader() const;
}; };
class QSGDefaultImageNode : public QSGImageNode class Q_QUICK_PRIVATE_EXPORT QSGDefaultImageNode : public QSGImageNode
{ {
public: public:
QSGDefaultImageNode(); QSGDefaultImageNode();
......
...@@ -63,7 +63,7 @@ protected: ...@@ -63,7 +63,7 @@ protected:
virtual QSGMaterialShader *createShader() const; virtual QSGMaterialShader *createShader() const;
}; };
class QSGDefaultRectangleNode : public QSGRectangleNode class Q_QUICK_PRIVATE_EXPORT QSGDefaultRectangleNode : public QSGRectangleNode
{ {
public: public:
QSGDefaultRectangleNode(); QSGDefaultRectangleNode();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment