Fix header inclusion guards
_QPA_ should only be used for qpa (plugin specific api) files. Change-Id: I1fb6cd5973fcabec4c7e87eb6ccb048f825e2aad Reviewed-by: Holger Freyther <holger+qt@freyther.de> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
cf52540dfb
commit
d80b00f320
@ -39,8 +39,8 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef QGUIAPPLICATION_QPA_H
|
#ifndef QGUIAPPLICATION_H
|
||||||
#define QGUIAPPLICATION_QPA_H
|
#define QGUIAPPLICATION_H
|
||||||
|
|
||||||
#include <QtCore/qcoreapplication.h>
|
#include <QtCore/qcoreapplication.h>
|
||||||
#include <QtGui/qwindowdefs.h>
|
#include <QtGui/qwindowdefs.h>
|
||||||
@ -170,4 +170,4 @@ QT_END_NAMESPACE
|
|||||||
|
|
||||||
QT_END_HEADER
|
QT_END_HEADER
|
||||||
|
|
||||||
#endif // QGUIAPPLICATION_QPA_H
|
#endif // QGUIAPPLICATION_H
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef QWINDOW_QPA_H
|
#ifndef QWINDOW_H
|
||||||
#define QWINDOW_QPA_H
|
#define QWINDOW_H
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
#include <QtCore/QEvent>
|
#include <QtCore/QEvent>
|
||||||
@ -310,4 +310,4 @@ QT_END_NAMESPACE
|
|||||||
|
|
||||||
QT_END_HEADER
|
QT_END_HEADER
|
||||||
|
|
||||||
#endif // QWINDOW_QPA_H
|
#endif // QWINDOW_H
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef QWINDOW_QPA_P_H
|
#ifndef QWINDOW_P_H
|
||||||
#define QWINDOW_QPA_P_H
|
#define QWINDOW_P_H
|
||||||
|
|
||||||
#include <QtGui/qwindow.h>
|
#include <QtGui/qwindow.h>
|
||||||
#include <QtGui/qplatformwindow_qpa.h>
|
#include <QtGui/qplatformwindow_qpa.h>
|
||||||
@ -132,4 +132,4 @@ QT_END_NAMESPACE
|
|||||||
|
|
||||||
QT_END_HEADER
|
QT_END_HEADER
|
||||||
|
|
||||||
#endif // QWINDOW_QPA_P_H
|
#endif // QWINDOW_P_H
|
||||||
|
Loading…
Reference in New Issue
Block a user