[Gui] a compile fix for precompiled headers
- also some sorting
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
#include <Inventor/draggers/SoTrackballDragger.h>
|
||||
#include <Inventor/draggers/SoTransformerDragger.h>
|
||||
#include <Inventor/elements/SoCacheElement.h>
|
||||
#include <Inventor/elements/SoComplexityElement.h>
|
||||
#include <Inventor/elements/SoComplexityTypeElement.h>
|
||||
#include <Inventor/elements/SoCoordinateElement.h>
|
||||
#include <Inventor/elements/SoCreaseAngleElement.h>
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <QMutex>
|
||||
#include <qmath.h>
|
||||
#include <qnamespace.h>
|
||||
#include <QObject>
|
||||
#include <QPointer>
|
||||
#include <QProcess>
|
||||
#include <qrect.h>
|
||||
@@ -100,6 +101,8 @@
|
||||
#include <QListWidget>
|
||||
#include <QLocale>
|
||||
#include <QMainWindow>
|
||||
#include <QMdiArea>
|
||||
#include <QMdiSubWindow>
|
||||
#include <qmenubar.h>
|
||||
#include <qmessagebox.h>
|
||||
#include <QMessageLogContext>
|
||||
@@ -153,10 +156,6 @@
|
||||
#include <QWindow>
|
||||
#include <QWhatsThis>
|
||||
#include <QWhatsThisClickedEvent>
|
||||
#include <qwidget.h>
|
||||
#include <qobject.h>
|
||||
#include <QMdiArea>
|
||||
#include <QMdiSubWindow>
|
||||
// QtNetwork
|
||||
#include <QNetworkAccessManager>
|
||||
#include <QTcpServer>
|
||||
@@ -168,6 +167,7 @@
|
||||
#include <QGraphicsScene>
|
||||
#include <QGraphicsView>
|
||||
#include <QStackedWidget>
|
||||
#include <QWidget>
|
||||
// QtXML
|
||||
# include <QDomDocument>
|
||||
# include <QDomElement>
|
||||
|
||||
Reference in New Issue
Block a user