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:
Martin Smith 2017-04-07 09:57:24 +02:00
parent f57322f70e
commit 7e1658f2ec

View File

@ -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