Headers cleanup in mac style
Solve many duplication between _p_p.h and .cpp, sorted by module and header name, and move headers for each features at the end of includes. Change-Id: Ice9189c10d062bc473258b7ace279df057102167 Reviewed-by: David Faure <david.faure@kdab.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
4d83d37943
commit
fe4a7de238
@ -50,92 +50,30 @@
|
||||
#define QMAC_QAQUASTYLE_SIZE_CONSTRAIN
|
||||
//#define DEBUG_SIZE_CONSTRAINT
|
||||
|
||||
#include <private/qcore_mac_p.h>
|
||||
#if QT_CONFIG(tabbar)
|
||||
#include <private/qtabbar_p.h>
|
||||
#endif
|
||||
#include <private/qpainter_p.h>
|
||||
#include <qapplication.h>
|
||||
#include <qbitmap.h>
|
||||
#if QT_CONFIG(combobox)
|
||||
#include <private/qcombobox_p.h>
|
||||
#include <qcombobox.h>
|
||||
#endif
|
||||
#if QT_CONFIG(dialogbuttonbox)
|
||||
#include <qdialogbuttonbox.h>
|
||||
#endif
|
||||
#if QT_CONFIG(dockwidget)
|
||||
#include <qdockwidget.h>
|
||||
#endif
|
||||
#include <qevent.h>
|
||||
#include <qfocusframe.h>
|
||||
#include <qformlayout.h>
|
||||
#include <qgroupbox.h>
|
||||
#include <qhash.h>
|
||||
#include <qheaderview.h>
|
||||
#if QT_CONFIG(lineedit)
|
||||
#include <qlineedit.h>
|
||||
#endif
|
||||
#if QT_CONFIG(mainwindow)
|
||||
#include <qmainwindow.h>
|
||||
#endif
|
||||
#if QT_CONFIG(mdiarea)
|
||||
#include <qmdisubwindow.h>
|
||||
#endif
|
||||
#if QT_CONFIG(menubar)
|
||||
#include <qmenubar.h>
|
||||
#endif
|
||||
#include <qpaintdevice.h>
|
||||
#include <qpainter.h>
|
||||
#include <qpixmapcache.h>
|
||||
#include <qpointer.h>
|
||||
#if QT_CONFIG(progressbar)
|
||||
#include <qprogressbar.h>
|
||||
#endif
|
||||
#if QT_CONFIG(pushbutton)
|
||||
#include <qpushbutton.h>
|
||||
#endif
|
||||
#include <qradiobutton.h>
|
||||
#if QT_CONFIG(rubberband)
|
||||
#include <qrubberband.h>
|
||||
#endif
|
||||
#if QT_CONFIG(scrollbar)
|
||||
#include <qscrollbar.h>
|
||||
#endif
|
||||
#if QT_CONFIG(sizegrip)
|
||||
#include <qsizegrip.h>
|
||||
#endif
|
||||
#include <qstyleoption.h>
|
||||
#include <qtoolbar.h>
|
||||
#if QT_CONFIG(toolbutton)
|
||||
#include <qtoolbutton.h>
|
||||
#endif
|
||||
#if QT_CONFIG(treeview)
|
||||
#include <qtreeview.h>
|
||||
#endif
|
||||
#if QT_CONFIG(tableview)
|
||||
#include <qtableview.h>
|
||||
#endif
|
||||
#include <qoperatingsystemversion.h>
|
||||
#if QT_CONFIG(wizard)
|
||||
#include <qwizard.h>
|
||||
#endif
|
||||
#include <qdebug.h>
|
||||
#if QT_CONFIG(datetimeedit)
|
||||
#include <qdatetimeedit.h>
|
||||
#endif
|
||||
#include <qmath.h>
|
||||
#include <QtWidgets/qgraphicsproxywidget.h>
|
||||
#if QT_CONFIG(graphicsview)
|
||||
#include <QtWidgets/qgraphicsview.h>
|
||||
#endif
|
||||
#include <QtCore/qoperatingsystemversion.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qvarlengtharray.h>
|
||||
#include <private/qstylehelper_p.h>
|
||||
#include <private/qstyleanimation_p.h>
|
||||
#include <qpa/qplatformfontdatabase.h>
|
||||
#include <qpa/qplatformtheme.h>
|
||||
|
||||
#include <QtCore/private/qcore_mac_p.h>
|
||||
|
||||
#include <QtGui/private/qcoregraphics_p.h>
|
||||
#include <QtGui/qpa/qplatformfontdatabase.h>
|
||||
#include <QtGui/qpa/qplatformtheme.h>
|
||||
|
||||
#include <QtWidgets/private/qstyleanimation_p.h>
|
||||
|
||||
#if QT_CONFIG(mdiarea)
|
||||
#include <QtWidgets/qmdisubwindow.h>
|
||||
#endif
|
||||
#if QT_CONFIG(scrollbar)
|
||||
#include <QtWidgets/qscrollbar.h>
|
||||
#endif
|
||||
#if QT_CONFIG(tabbar)
|
||||
#include <QtWidgets/private/qtabbar_p.h>
|
||||
#endif
|
||||
#if QT_CONFIG(wizard)
|
||||
#include <QtWidgets/qwizard.h>
|
||||
#endif
|
||||
|
||||
QT_USE_NAMESPACE
|
||||
|
||||
|
@ -41,98 +41,105 @@
|
||||
#ifndef QMACSTYLE_MAC_P_P_H
|
||||
#define QMACSTYLE_MAC_P_P_H
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtWidgets/private/qcommonstyle_p.h>
|
||||
#include "qmacstyle_mac_p.h"
|
||||
#include <private/qapplication_p.h>
|
||||
#if QT_CONFIG(combobox)
|
||||
#include <private/qcombobox_p.h>
|
||||
#endif
|
||||
#include <private/qpainter_p.h>
|
||||
#include <private/qstylehelper_p.h>
|
||||
#include <qapplication.h>
|
||||
#include <qbitmap.h>
|
||||
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <QtCore/qhash.h>
|
||||
#include <QtCore/qmap.h>
|
||||
#include <QtCore/qmath.h>
|
||||
#include <QtCore/qpair.h>
|
||||
#include <QtCore/qpointer.h>
|
||||
#include <QtCore/qtextstream.h>
|
||||
#include <QtCore/qvector.h>
|
||||
|
||||
#include <QtGui/private/qpainter_p.h>
|
||||
|
||||
#include <QtGui/qbitmap.h>
|
||||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qpaintdevice.h>
|
||||
#include <QtGui/qpainter.h>
|
||||
#include <QtGui/qpixmapcache.h>
|
||||
|
||||
#include <QtWidgets/private/qapplication_p.h>
|
||||
#include <QtWidgets/private/qcommonstyle_p.h>
|
||||
#include <QtWidgets/private/qstylehelper_p.h>
|
||||
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtWidgets/qfocusframe.h>
|
||||
#include <QtWidgets/qformlayout.h>
|
||||
#include <QtWidgets/qlayout.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <QtWidgets/qtextedit.h>
|
||||
|
||||
#if QT_CONFIG(checkbox)
|
||||
#include <qcheckbox.h>
|
||||
#include <QtWidgets/qcheckbox.h>
|
||||
#endif
|
||||
#if QT_CONFIG(combobox)
|
||||
#include <QtWidgets/private/qcombobox_p.h>
|
||||
#include <QtWidgets/qcombobox.h>
|
||||
#endif
|
||||
#if QT_CONFIG(datetimeedit)
|
||||
#include <QtWidgets/qdatetimeedit.h>
|
||||
#endif
|
||||
#include <qcombobox.h>
|
||||
#if QT_CONFIG(dialogbuttonbox)
|
||||
#include <qdialogbuttonbox.h>
|
||||
#include <QtWidgets/qdialogbuttonbox.h>
|
||||
#endif
|
||||
#if QT_CONFIG(dockwidget)
|
||||
#include <qdockwidget.h>
|
||||
#include <QtWidgets/qdockwidget.h>
|
||||
#endif
|
||||
#include <qevent.h>
|
||||
#include <qfocusframe.h>
|
||||
#include <qformlayout.h>
|
||||
#if QT_CONFIG(groupbox)
|
||||
#include <qgroupbox.h>
|
||||
#endif
|
||||
#include <qhash.h>
|
||||
#include <qheaderview.h>
|
||||
#include <qlayout.h>
|
||||
#if QT_CONFIG(lineedit)
|
||||
#include <qlineedit.h>
|
||||
#endif
|
||||
#if QT_CONFIG(listview)
|
||||
#include <qlistview.h>
|
||||
#endif
|
||||
#if QT_CONFIG(mainwindow)
|
||||
#include <qmainwindow.h>
|
||||
#endif
|
||||
#include <qmap.h>
|
||||
#if QT_CONFIG(menubar)
|
||||
#include <qmenubar.h>
|
||||
#endif
|
||||
#include <qpaintdevice.h>
|
||||
#include <qpainter.h>
|
||||
#include <qpixmapcache.h>
|
||||
#include <qpointer.h>
|
||||
#if QT_CONFIG(progressbar)
|
||||
#include <qprogressbar.h>
|
||||
#endif
|
||||
#if QT_CONFIG(pushbutton)
|
||||
#include <qpushbutton.h>
|
||||
#endif
|
||||
#include <qradiobutton.h>
|
||||
#if QT_CONFIG(rubberband)
|
||||
#include <qrubberband.h>
|
||||
#endif
|
||||
#if QT_CONFIG(sizegrip)
|
||||
#include <qsizegrip.h>
|
||||
#endif
|
||||
#if QT_CONFIG(spinbox)
|
||||
#include <qspinbox.h>
|
||||
#endif
|
||||
#if QT_CONFIG(splitter)
|
||||
#include <qsplitter.h>
|
||||
#endif
|
||||
#include <qstyleoption.h>
|
||||
#include <qtextedit.h>
|
||||
#include <qtextstream.h>
|
||||
#if QT_CONFIG(toolbar)
|
||||
#include <qtoolbar.h>
|
||||
#endif
|
||||
#if QT_CONFIG(toolbutton)
|
||||
#include <qtoolbutton.h>
|
||||
#endif
|
||||
#if QT_CONFIG(treeview)
|
||||
#include <qtreeview.h>
|
||||
#endif
|
||||
#if QT_CONFIG(tableview)
|
||||
#include <qtableview.h>
|
||||
#endif
|
||||
#include <qdebug.h>
|
||||
#if QT_CONFIG(datetimeedit)
|
||||
#include <qdatetimeedit.h>
|
||||
#endif
|
||||
#include <qmath.h>
|
||||
#include <qpair.h>
|
||||
#include <qvector.h>
|
||||
#if QT_CONFIG(graphicsview)
|
||||
#include <QtWidgets/qgraphicsproxywidget.h>
|
||||
#include <QtWidgets/qgraphicsview.h>
|
||||
|
||||
|
||||
#endif
|
||||
#if QT_CONFIG(groupbox)
|
||||
#include <QtWidgets/qgroupbox.h>
|
||||
#endif
|
||||
#if QT_CONFIG(itemviews)
|
||||
#include <QtWidgets/qheaderview.h>
|
||||
#endif
|
||||
#if QT_CONFIG(lineedit)
|
||||
#include <QtWidgets/qlineedit.h>
|
||||
#endif
|
||||
#if QT_CONFIG(listview)
|
||||
#include <QtWidgets/qlistview.h>
|
||||
#endif
|
||||
#if QT_CONFIG(mainwindow)
|
||||
#include <QtWidgets/qmainwindow.h>
|
||||
#endif
|
||||
#if QT_CONFIG(menubar)
|
||||
#include <QtWidgets/qmenubar.h>
|
||||
#endif
|
||||
#if QT_CONFIG(progressbar)
|
||||
#include <QtWidgets/qprogressbar.h>
|
||||
#endif
|
||||
#if QT_CONFIG(pushbutton)
|
||||
#include <QtWidgets/qpushbutton.h>
|
||||
#endif
|
||||
#include <QtWidgets/qradiobutton.h>
|
||||
#if QT_CONFIG(rubberband)
|
||||
#include <QtWidgets/qrubberband.h>
|
||||
#endif
|
||||
#if QT_CONFIG(sizegrip)
|
||||
#include <QtWidgets/qsizegrip.h>
|
||||
#endif
|
||||
#if QT_CONFIG(spinbox)
|
||||
#include <QtWidgets/qspinbox.h>
|
||||
#endif
|
||||
#if QT_CONFIG(splitter)
|
||||
#include <QtWidgets/qsplitter.h>
|
||||
#endif
|
||||
#if QT_CONFIG(tableview)
|
||||
#include <QtWidgets/qtableview.h>
|
||||
#endif
|
||||
#if QT_CONFIG(toolbar)
|
||||
#include <QtWidgets/qtoolbar.h>
|
||||
#endif
|
||||
#if QT_CONFIG(toolbutton)
|
||||
#include <QtWidgets/qtoolbutton.h>
|
||||
#endif
|
||||
#if QT_CONFIG(treeview)
|
||||
#include <QtWidgets/qtreeview.h>
|
||||
#endif
|
||||
|
||||
//
|
||||
// W A R N I N G
|
||||
|
Loading…
Reference in New Issue
Block a user