Rename private headers to _p.h
Change-Id: I0f0d1bd8efabc39325eec7dba4166ae0bccbf6ff Reviewed-by: Johan Helsing <johan.helsing@qt.io> Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
This commit is contained in:
parent
b4b446915a
commit
7efc23b8fb
@ -99,9 +99,6 @@ HEADERS += qwaylandintegration_p.h \
|
|||||||
qwaylandsubsurface_p.h \
|
qwaylandsubsurface_p.h \
|
||||||
qwaylandtouch_p.h \
|
qwaylandtouch_p.h \
|
||||||
qwaylandqtkey_p.h \
|
qwaylandqtkey_p.h \
|
||||||
../shared/qwaylandmimehelper.h \
|
|
||||||
../shared/qwaylandxkb.h \
|
|
||||||
../shared/qwaylandinputmethodeventbuilder.h \
|
|
||||||
qwaylandabstractdecoration_p.h \
|
qwaylandabstractdecoration_p.h \
|
||||||
qwaylanddecorationfactory_p.h \
|
qwaylanddecorationfactory_p.h \
|
||||||
qwaylanddecorationplugin_p.h \
|
qwaylanddecorationplugin_p.h \
|
||||||
@ -109,6 +106,10 @@ HEADERS += qwaylandintegration_p.h \
|
|||||||
qwaylandinputcontext_p.h \
|
qwaylandinputcontext_p.h \
|
||||||
qwaylanddatadevice_p.h \
|
qwaylanddatadevice_p.h \
|
||||||
qwaylandshm_p.h \
|
qwaylandshm_p.h \
|
||||||
|
../shared/qwaylandinputmethodeventbuilder_p.h \
|
||||||
|
../shared/qwaylandmimehelper_p.h \
|
||||||
|
../shared/qwaylandxkb_p.h \
|
||||||
|
../shared/qwaylandshmformathelper_p.h
|
||||||
|
|
||||||
include(hardwareintegration/hardwareintegration.pri)
|
include(hardwareintegration/hardwareintegration.pri)
|
||||||
include(shellintegration/shellintegration.pri)
|
include(shellintegration/shellintegration.pri)
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "qwaylanddataoffer_p.h"
|
#include "qwaylanddataoffer_p.h"
|
||||||
#include "qwaylanddatadevicemanager_p.h"
|
#include "qwaylanddatadevicemanager_p.h"
|
||||||
#include "qwaylandinputdevice_p.h"
|
#include "qwaylandinputdevice_p.h"
|
||||||
#include "qwaylandmimehelper.h"
|
#include "qwaylandmimehelper_p.h"
|
||||||
|
|
||||||
#include <QtCore/QFile>
|
#include <QtCore/QFile>
|
||||||
|
|
||||||
|
@ -48,9 +48,9 @@
|
|||||||
|
|
||||||
#include "qwaylanddisplay_p.h"
|
#include "qwaylanddisplay_p.h"
|
||||||
#include "qwaylandinputdevice_p.h"
|
#include "qwaylandinputdevice_p.h"
|
||||||
#include "qwaylandinputmethodeventbuilder.h"
|
#include "qwaylandinputmethodeventbuilder_p.h"
|
||||||
#include "qwaylandwindow_p.h"
|
#include "qwaylandwindow_p.h"
|
||||||
#include "qwaylandxkb.h"
|
#include "qwaylandxkb_p.h"
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
#include <QVector>
|
#include <QVector>
|
||||||
|
|
||||||
#include <QtWaylandClient/private/qwayland-text-input-unstable-v2.h>
|
#include <QtWaylandClient/private/qwayland-text-input-unstable-v2.h>
|
||||||
#include <qwaylandinputmethodeventbuilder.h>
|
#include <qwaylandinputmethodeventbuilder_p.h>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
#include "qwaylandcursor_p.h"
|
#include "qwaylandcursor_p.h"
|
||||||
#include "qwaylanddisplay_p.h"
|
#include "qwaylanddisplay_p.h"
|
||||||
#include "qwaylandshmbackingstore_p.h"
|
#include "qwaylandshmbackingstore_p.h"
|
||||||
#include "../shared/qwaylandxkb.h"
|
#include "../shared/qwaylandxkb_p.h"
|
||||||
#include "qwaylandinputcontext_p.h"
|
#include "qwaylandinputcontext_p.h"
|
||||||
|
|
||||||
#include <QtGui/private/qpixmap_raster_p.h>
|
#include <QtGui/private/qpixmap_raster_p.h>
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#include <QtWaylandClient/private/qwaylandshm_p.h>
|
#include <QtWaylandClient/private/qwaylandshm_p.h>
|
||||||
#include <QtWaylandClient/private/qwaylanddisplay_p.h>
|
#include <QtWaylandClient/private/qwaylanddisplay_p.h>
|
||||||
|
|
||||||
#include "qwaylandshmformathelper.h"
|
#include "qwaylandshmformathelper_p.h"
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "qwaylandinputmethodeventbuilder.h"
|
#include "qwaylandinputmethodeventbuilder_p.h"
|
||||||
|
|
||||||
#include <QInputMethod>
|
#include <QInputMethod>
|
||||||
#include <QTextCharFormat>
|
#include <QTextCharFormat>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "qwaylandmimehelper.h"
|
#include "qwaylandmimehelper_p.h"
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QColor>
|
#include <QColor>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "qwaylandxkb.h"
|
#include "qwaylandxkb_p.h"
|
||||||
|
|
||||||
#include <QKeyEvent>
|
#include <QKeyEvent>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user