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>
This commit is contained in:
parent
90f17d8584
commit
009d583eef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user