From 7e1658f2ec69372746b76db60e1a271d4cedc35c Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 7 Apr 2017 09:57:24 +0200 Subject: doc: Correct include guard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should be QCOCOAWINDOWFUNCTIONS_H, not QXCBWINDOWFUNCTIONS_H. Change-Id: I296e1db28f3727c6aba6de4f02cf26808f72a8a1 Reviewed-by: Jesus Fernandez Reviewed-by: Timur Pocheptsov Reviewed-by: Tor Arne Vestbø --- src/platformheaders/cocoafunctions/qcocoawindowfunctions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/platformheaders') diff --git a/src/platformheaders/cocoafunctions/qcocoawindowfunctions.h b/src/platformheaders/cocoafunctions/qcocoawindowfunctions.h index 3af3392268..248900ad2a 100644 --- a/src/platformheaders/cocoafunctions/qcocoawindowfunctions.h +++ b/src/platformheaders/cocoafunctions/qcocoawindowfunctions.h @@ -37,8 +37,8 @@ ** ****************************************************************************/ -#ifndef QXCBWINDOWFUNCTIONS_H -#define QXCBWINDOWFUNCTIONS_H +#ifndef QCOCOAWINDOWFUNCTIONS_H +#define QCOCOAWINDOWFUNCTIONS_H #include @@ -60,4 +60,4 @@ public: QT_END_NAMESPACE -#endif // QXCBWINDOWFUNCTIONS_H +#endif // QCOCOAWINDOWFUNCTIONS_H -- cgit v1.2.3