mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #751, improved model writing to DB
* a pending request can be aborted when taking too long * success / directWrite flags in signals
This commit is contained in:
committed by
Roland Winklmeier
parent
ced9f5294e
commit
23ccb35ed8
@@ -46,7 +46,10 @@ namespace BlackMisc
|
||||
static QDateTime parseTimestamp(const QString ×tamp);
|
||||
|
||||
//! Get data from a DB response
|
||||
static bool parseSwiftPublishResponse(const QString &jsonResponse, BlackMisc::Simulation::CAircraftModelList &publishedModels, BlackMisc::Simulation::CAircraftModelList &skippedModels, BlackMisc::CStatusMessageList &messages);
|
||||
static bool parseSwiftPublishResponse(const QString &jsonResponse,
|
||||
BlackMisc::Simulation::CAircraftModelList &publishedModels,
|
||||
BlackMisc::Simulation::CAircraftModelList &skippedModels,
|
||||
BlackMisc::CStatusMessageList &messages, bool &directWrite);
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user