summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/easing/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/easing/window.h')
-rw-r--r--examples/widgets/animation/easing/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/widgets/animation/easing/window.h b/examples/widgets/animation/easing/window.h
index 0c49dd6e8a..51c7792e19 100644
--- a/examples/widgets/animation/easing/window.h
+++ b/examples/widgets/animation/easing/window.h
@@ -48,6 +48,9 @@
**
****************************************************************************/
+#ifndef WINDOW_H
+#define WINDOW_H
+
#include <QtWidgets>
#include "ui_form.h"
@@ -84,3 +87,5 @@ private:
Animation *m_anim;
QSize m_iconSize;
};
+
+#endif // WINDOW_H