summaryrefslogtreecommitdiffstats
path: root/demos/qt3d/photobrowser3d/skybox.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/qt3d/photobrowser3d/skybox.h')
-rw-r--r--demos/qt3d/photobrowser3d/skybox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/qt3d/photobrowser3d/skybox.h b/demos/qt3d/photobrowser3d/skybox.h
index 4b31b1855..4e61fda32 100644
--- a/demos/qt3d/photobrowser3d/skybox.h
+++ b/demos/qt3d/photobrowser3d/skybox.h
@@ -58,6 +58,7 @@ class SkyBox : public QObject
Q_OBJECT
public:
SkyBox(QGLView *view, const QString &imagePath = QString());
+ ~SkyBox();
QString imagePath() const { return m_imagePath; }
void setImagePath(const QString &imagePath);
void draw(QGLPainter *painter) const;