mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Ref T554, writer parses publishing response and support PHP debug flag
This commit is contained in:
committed by
Mat Sutcliffe
parent
db0df3b00e
commit
eca5a36afd
@@ -68,6 +68,9 @@ namespace BlackCore
|
||||
//! Published models, simplified version of publishedModels
|
||||
void publishedModelsSimplified(const BlackMisc::Simulation::CAircraftModelList &modelsPublished, bool directWrite);
|
||||
|
||||
//! Auto publishing completed
|
||||
void autoPublished(bool success, const QString &url, const BlackMisc::CStatusMessageList &msgs);
|
||||
|
||||
private:
|
||||
BlackMisc::Network::CUrlLogList m_writeLog;
|
||||
BlackMisc::Network::CUrl m_modelPublishUrl; //!< model publishing
|
||||
|
||||
Reference in New Issue
Block a user