mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
fix: Annotations from GitHub build resolved
This commit is contained in:
@@ -120,7 +120,7 @@ using PfnSimConnect_AICreateSimulatedObject_EX1 = HRESULT(__stdcall *)(HANDLE, c
|
||||
|
||||
//! The SimConnect Symbols
|
||||
//! \private
|
||||
struct SimConnectSymbols
|
||||
struct SimConnectSymbolsMsfs2024
|
||||
{
|
||||
PfnSimConnect_Open SimConnect_Open = nullptr;
|
||||
PfnSimConnect_Close SimConnect_Close = nullptr;
|
||||
@@ -169,7 +169,7 @@ struct SimConnectSymbols
|
||||
#endif
|
||||
};
|
||||
|
||||
static SimConnectSymbols gSymbols;
|
||||
static SimConnectSymbolsMsfs2024 gSymbols;
|
||||
|
||||
template <typename FuncPtr>
|
||||
bool resolveSimConnectSymbol(QLibrary &library, FuncPtr &funcPtr, const char *funcName)
|
||||
|
||||
@@ -513,17 +513,15 @@ namespace swift::simplugin::msfs2024common
|
||||
bool incremnental = true;
|
||||
bool sortByDistributor = true;
|
||||
bool consolidateWithDb = false;
|
||||
bool ShowAllInstalledModells = true;
|
||||
bool ShowAllInstalledModells = true; // msfs20424 always show all installed models
|
||||
|
||||
if (gui_application)
|
||||
{
|
||||
givenDistributorsOnly = m_generic.getPropertyDistributorFiltered();
|
||||
dbDataOnly = m_generic.getPropertyWithDbEntry();
|
||||
dbIcaoOnly = false;
|
||||
incremnental = false;
|
||||
sortByDistributor = true;
|
||||
consolidateWithDb = true;
|
||||
ShowAllInstalledModells = true; // msfs20424 always show all installed models
|
||||
ShowAllInstalledModells = true;
|
||||
}
|
||||
|
||||
// CDistributorList distributorList;
|
||||
|
||||
@@ -221,8 +221,6 @@ namespace swift::simplugin::msfs2024common
|
||||
const DWORD requestId = event->dwRequestID;
|
||||
const DWORD objectId = event->dwObjectID;
|
||||
|
||||
const QString Test = CSimulatorMsfs2024::requestIdToString(requestId);
|
||||
|
||||
simulatorMsfs2024->m_dispatchRequestIdLast = requestId;
|
||||
|
||||
if (CSimulatorMsfs2024::isRequestForSimConnectObject(requestId))
|
||||
|
||||
Reference in New Issue
Block a user