summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-05-18 14:57:32 +0200
committerJohan Helsing <johan.helsing@qt.io>2017-05-19 07:49:23 +0000
commitdbf418dce41fe08368d38a098a771348a5b3d0fd (patch)
tree3452aab7db94fd6fa4bc1122afe4a3e8d19b2c51 /tests
parent8e880bb50f1417cef784011f468bc51e8453d6f0 (diff)
Add missing header guard to mocksurface.h
Change-Id: I353c8b67c0990ca6fc4d8168c09d2af8899ed081 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/client/client/mocksurface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/client/client/mocksurface.h b/tests/auto/client/client/mocksurface.h
index e34d6596e..5155599bb 100644
--- a/tests/auto/client/client/mocksurface.h
+++ b/tests/auto/client/client/mocksurface.h
@@ -26,6 +26,9 @@
**
****************************************************************************/
+#ifndef MOCKSURFACE_H
+#define MOCKSURFACE_H
+
#include <qglobal.h>
#include "qwayland-server-wayland.h"
@@ -69,3 +72,5 @@ private:
};
}
+
+#endif // MOCKSURFACE_H