summaryrefslogtreecommitdiffstats
path: root/tests/wavechart/wavechart.h
diff options
context:
space:
mode:
authorJani Honkonen <jani.honkonen@digia.com>2012-09-03 16:38:00 +0300
committerJani Honkonen <jani.honkonen@digia.com>2012-09-03 16:39:04 +0300
commit39b74020ad7b633319b2baa8e80ee7b421f3d179 (patch)
tree4295a38c7215f3474011e5221b288060f698469e /tests/wavechart/wavechart.h
parent1def3447669a84c91f855335533552ad677c593c (diff)
Fix include issues
Diffstat (limited to 'tests/wavechart/wavechart.h')
-rw-r--r--tests/wavechart/wavechart.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/wavechart/wavechart.h b/tests/wavechart/wavechart.h
index 3df98c73..82b2ffba 100644
--- a/tests/wavechart/wavechart.h
+++ b/tests/wavechart/wavechart.h
@@ -18,6 +18,9 @@
**
****************************************************************************/
+#ifndef WAVECHART_H
+#define WAVECHART_H
+
#include <QTimer>
#include <QTime>
#include <QObject>
@@ -42,3 +45,5 @@ private:
qreal m_step;
QTimer m_timer;
};
+
+#endif