summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/versiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/designer/versiondialog.cpp')
-rw-r--r--src/designer/src/designer/versiondialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/designer/src/designer/versiondialog.cpp b/src/designer/src/designer/versiondialog.cpp
index 0e5bb58d1..7ae440664 100644
--- a/src/designer/src/designer/versiondialog.cpp
+++ b/src/designer/src/designer/versiondialog.cpp
@@ -57,12 +57,12 @@ private:
QVector<QPoint> hitPoints;
QVector<QPoint> missPoints;
QPainterPath m_path;
- bool secondStage;
- bool m_pushed;
+ bool secondStage = false;
+ bool m_pushed = false;
};
VersionLabel::VersionLabel(QWidget *parent)
- : QLabel(parent), secondStage(false), m_pushed(false)
+ : QLabel(parent)
{
setPixmap(QPixmap(QStringLiteral(":/qt-project.org/designer/images/designer.png")));
hitPoints.append(QPoint(56, 25));