qpa: Rename qwidgetwindow_qpa_p.h to qwidgetwindow_p.h
Change-Id: I24835b86194653e89c0bacefd22ddbff06b6e97b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>bb10
parent
e8510d7952
commit
9d1f059fc5
|
|
@ -34,7 +34,7 @@ HEADERS += \
|
|||
kernel/qgesturerecognizer.h \
|
||||
kernel/qgesturemanager_p.h \
|
||||
kernel/qdesktopwidget_p.h \
|
||||
kernel/qwidgetwindow_qpa_p.h \
|
||||
kernel/qwidgetwindow_p.h \
|
||||
kernel/qwindowcontainer_p.h
|
||||
|
||||
SOURCES += \
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
#include "private/qstylesheetstyle_p.h"
|
||||
#include "private/qstyle_p.h"
|
||||
#include "qmessagebox.h"
|
||||
#include "qwidgetwindow_qpa_p.h"
|
||||
#include "qwidgetwindow_p.h"
|
||||
#include <QtWidgets/qgraphicsproxywidget.h>
|
||||
#include <QtGui/qstylehints.h>
|
||||
#include <QtGui/qinputmethod.h>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include "private/qgraphicsitem_p.h"
|
||||
#include "private/qevent_p.h"
|
||||
#include "private/qapplication_p.h"
|
||||
#include "private/qwidgetwindow_qpa_p.h"
|
||||
#include "private/qwidgetwindow_p.h"
|
||||
#include "qgesture.h"
|
||||
#include "qevent.h"
|
||||
#include "qgraphicsitem.h"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
#include <private/qapplication_p.h>
|
||||
#include <private/qshortcutmap_p.h>
|
||||
#include <private/qaction_p.h>
|
||||
#include <private/qwidgetwindow_qpa_p.h>
|
||||
#include <private/qwidgetwindow_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
# include <private/qmainwindowlayout_p.h>
|
||||
#endif
|
||||
#include <qpa/qplatformwindow.h>
|
||||
#include "private/qwidgetwindow_qpa_p.h"
|
||||
#include "private/qwidgetwindow_p.h"
|
||||
#include "qpainter.h"
|
||||
#include "qtooltip.h"
|
||||
#include "qwhatsthis.h"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "private/qwindow_p.h"
|
||||
#include "qwidgetwindow_qpa_p.h"
|
||||
#include "qwidgetwindow_p.h"
|
||||
|
||||
#include "private/qwidget_p.h"
|
||||
#include "private/qapplication_p.h"
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QWIDGETWINDOW_QPA_P_H
|
||||
#define QWIDGETWINDOW_QPA_P_H
|
||||
#ifndef QWIDGETWINDOW_P_H
|
||||
#define QWIDGETWINDOW_P_H
|
||||
|
||||
#include <QtGui/qwindow.h>
|
||||
|
||||
|
|
@ -122,4 +122,4 @@ private:
|
|||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QWIDGETWINDOW_QPA_P_H
|
||||
#endif // QWIDGETWINDOW_P_H
|
||||
|
|
@ -107,8 +107,7 @@ void tst_QWidget_window::cleanupTestCase()
|
|||
}
|
||||
|
||||
/* Test if the maximum/minimum size constraints
|
||||
* are propagated from the wid src/widgets/kernel/qwidgetwindow_qpa_p.h
|
||||
get to the QWidgetWindow
|
||||
* are propagated from the widget to the QWidgetWindow
|
||||
* independently of whether they were set before or after
|
||||
* window creation (QTBUG-26745). */
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include <QtDeclarative>
|
||||
|
||||
#include <QtWidgets/QtWidgets>
|
||||
#include <private/qwidgetwindow_qpa_p.h>
|
||||
#include <private/qwidgetwindow_p.h>
|
||||
#include <QtGui/qpa/qplatformnativeinterface.h>
|
||||
|
||||
#include <QtGui/QPixmap>
|
||||
|
|
|
|||
Loading…
Reference in New Issue