summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/flowlayout/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/graphicsview/flowlayout/window.h')
-rw-r--r--examples/widgets/graphicsview/flowlayout/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/widgets/graphicsview/flowlayout/window.h b/examples/widgets/graphicsview/flowlayout/window.h
index 24a7cf908b..9323125fd4 100644
--- a/examples/widgets/graphicsview/flowlayout/window.h
+++ b/examples/widgets/graphicsview/flowlayout/window.h
@@ -48,6 +48,9 @@
**
****************************************************************************/
+#ifndef WINDOW_H
+#define WINDOW_H
+
#include <QGraphicsWidget>
class Window : public QGraphicsWidget
@@ -56,3 +59,5 @@ class Window : public QGraphicsWidget
public:
Window(QGraphicsItem *parent = nullptr);
};
+
+#endif // WINDOW_H