summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/pathstroke/pathstroke.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/pathstroke/pathstroke.h')
-rw-r--r--examples/widgets/painting/pathstroke/pathstroke.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/widgets/painting/pathstroke/pathstroke.h b/examples/widgets/painting/pathstroke/pathstroke.h
index a4b5b2d86f..6afc271e41 100644
--- a/examples/widgets/painting/pathstroke/pathstroke.h
+++ b/examples/widgets/painting/pathstroke/pathstroke.h
@@ -43,6 +43,7 @@
#define PATHSTROKE_H
#include "arthurwidgets.h"
+
#include <QtWidgets>
class PathStrokeRenderer : public ArthurFrame
@@ -126,6 +127,7 @@ private:
class PathStrokeControls : public QWidget
{
Q_OBJECT
+
public:
PathStrokeControls(QWidget* parent, PathStrokeRenderer* renderer, bool smallScreen);
@@ -154,6 +156,7 @@ private slots:
class PathStrokeWidget : public QWidget
{
Q_OBJECT
+
public:
PathStrokeWidget(bool smallScreen);
void setStyle ( QStyle * style );
@@ -165,7 +168,6 @@ private:
private slots:
void showControls();
void hideControls();
-
};
#endif // PATHSTROKE_H