mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T118, formatting database writer and utility
This commit is contained in:
@@ -62,10 +62,6 @@ namespace BlackCore
|
||||
const BlackMisc::CStatusMessageList &messages,
|
||||
bool sendingSuccessful, bool directWrite);
|
||||
|
||||
private slots:
|
||||
//! Post response
|
||||
void ps_postModelsResponse(QNetworkReply *nwReplyPtr);
|
||||
|
||||
private:
|
||||
BlackMisc::Network::CUrlLogList m_writeLog;
|
||||
BlackMisc::Network::CUrl m_modelPublishUrl;
|
||||
@@ -73,6 +69,9 @@ namespace BlackCore
|
||||
qint64 m_replyPendingSince = -1;
|
||||
bool m_shutdown = false;
|
||||
|
||||
//! Post response
|
||||
void postedModelsResponse(QNetworkReply *nwReplyPtr);
|
||||
|
||||
//! Kill the pending reply
|
||||
bool killPendingReply();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user