From 009d583eef20e7732225cdeae32925ac676d3a47 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 17 Apr 2020 11:40:03 +0200 Subject: 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 --- src/opengl/qopenglversionfunctions_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3