Added some #includes of Qt headers that were missing.
We get away with things without these includes because the build concats lots of C++ files together into build/flightgear/src/GUI/fglauncher_autogen/mocs_compilation.cpp and luckily earlier ones had the right includes.
This commit is contained in:
parent
0506a72b30
commit
9e610af55d
4 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define AIRCRAFTSEARCHFILTERMODEL_HXX
|
||||
|
||||
#include <QSortFilterProxyModel>
|
||||
#include <QUrl>
|
||||
|
||||
#include <simgear/props/props.hxx>
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <QDir>
|
||||
#include <QPixmap>
|
||||
#include <QStringList>
|
||||
#include <QUrl>
|
||||
|
||||
#include <simgear/package/Root.hxx>
|
||||
#include <simgear/package/Catalog.hxx>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <QUrl>
|
||||
#include <QModelIndex>
|
||||
#include <QSize>
|
||||
#include <QPointF>
|
||||
|
||||
#include <simgear/package/Package.hxx>
|
||||
#include <simgear/package/Catalog.hxx>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <QObject>
|
||||
#include <QJSValue>
|
||||
#include <QVariant>
|
||||
|
||||
class QAbstractItemModel;
|
||||
|
||||
|
|
Loading…
Reference in a new issue