summaryrefslogtreecommitdiffstats
path: root/examples/opengl/shared/qtlogo.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/shared/qtlogo.h')
-rw-r--r--examples/opengl/shared/qtlogo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/shared/qtlogo.h b/examples/opengl/shared/qtlogo.h
index d55fb0834c..3f608180c2 100644
--- a/examples/opengl/shared/qtlogo.h
+++ b/examples/opengl/shared/qtlogo.h
@@ -51,7 +51,7 @@ struct Geometry;
class QtLogo : public QObject
{
public:
- QtLogo(QObject *parent, int d = 64, qreal s = 1.0);
+ explicit QtLogo(QObject *parent, int d = 64, qreal s = 1.0);
~QtLogo();
void setColor(QColor c);
void draw() const;