summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-04-17 11:40:03 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-04-17 11:49:50 +0200
commit009d583eef20e7732225cdeae32925ac676d3a47 (patch)
treedf48b1db21ac24b3ead4dc783bc6969fa828864e /src
parent90f17d85845698945bfe3e6932b94e9a6be6d258 (diff)
Minor tidying for header guard in qopenglversionfunctions_p.h
The original was too close to QOPENGLVERSIONFUNCTIONS_H for comfort so to avoid future confusion or errors, just use the convention of matching the file name. Change-Id: I57fcc4da239ddec329f75ac29b254b5909c39bf0 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/opengl/qopenglversionfunctions_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opengl/qopenglversionfunctions_p.h b/src/opengl/qopenglversionfunctions_p.h
index 1458edf322..cd1bb480ce 100644
--- a/src/opengl/qopenglversionfunctions_p.h
+++ b/src/opengl/qopenglversionfunctions_p.h
@@ -46,8 +46,8 @@
**
****************************************************************************/
-#ifndef QOPENGLVERSIONFUNCTION_H
-#define QOPENGLVERSIONFUNCTION_H
+#ifndef QOPENGLVERSIONFUNCTIONS_P_H
+#define QOPENGLVERSIONFUNCTIONS_P_H
//
// W A R N I N G
@@ -84,4 +84,4 @@ private:
QT_END_NAMESPACE
-#endif
+#endif // QOPENGLVERSIONFUNCTIONS_P_H