#include "config.h"
#include "AircraftItemModel.hxx"
#include <QSettings>
#include <QDebug>
#include <QSharedPointer>
#include <simgear/props/props_io.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/package/Package.hxx>
#include <simgear/package/Catalog.hxx>
#include <simgear/package/Install.hxx>
#include "FavouriteAircraftData.hxx"
#include "QmlAircraftInfo.hxx"
#include <Main/globals.hxx>
#include <Main/sentryIntegration.hxx>
Go to the source code of this file.
◆ isPackageFailure()
bool isPackageFailure |
( |
Delegate::StatusCode | status | ) |
|