doc: Correct include guard
It should be QCOCOAWINDOWFUNCTIONS_H, not QXCBWINDOWFUNCTIONS_H. Change-Id: I296e1db28f3727c6aba6de4f02cf26808f72a8a1 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
f57322f70e
commit
7e1658f2ec
@ -37,8 +37,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QXCBWINDOWFUNCTIONS_H
|
||||
#define QXCBWINDOWFUNCTIONS_H
|
||||
#ifndef QCOCOAWINDOWFUNCTIONS_H
|
||||
#define QCOCOAWINDOWFUNCTIONS_H
|
||||
|
||||
#include <QtPlatformHeaders/QPlatformHeaderHelper>
|
||||
|
||||
@ -60,4 +60,4 @@ public:
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QXCBWINDOWFUNCTIONS_H
|
||||
#endif // QCOCOAWINDOWFUNCTIONS_H
|
||||
|
Loading…
Reference in New Issue
Block a user