summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/stickman/rectbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/stickman/rectbutton.cpp')
-rw-r--r--examples/widgets/animation/stickman/rectbutton.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/widgets/animation/stickman/rectbutton.cpp b/examples/widgets/animation/stickman/rectbutton.cpp
index 7eea94ae6f..5174d0aeaf 100644
--- a/examples/widgets/animation/stickman/rectbutton.cpp
+++ b/examples/widgets/animation/stickman/rectbutton.cpp
@@ -51,12 +51,7 @@
#include "rectbutton.h"
#include <QPainter>
-RectButton::RectButton(QString buttonText) : m_ButtonText(buttonText)
-{
-}
-
-
-RectButton::~RectButton()
+RectButton::RectButton(const QString &buttonText) : m_ButtonText(buttonText)
{
}