Ref T554, style

This commit is contained in:
Klaus Basan
2019-03-14 03:35:42 +01:00
committed by Mat Sutcliffe
parent 349a40723e
commit 8569713331
6 changed files with 21 additions and 16 deletions

View File

@@ -74,7 +74,7 @@ namespace BlackCore
BlackMisc::Network::CUrl m_autoPublishUrl; //!< auto publish data
QNetworkReply *m_pendingModelPublishReply = nullptr;
QNetworkReply *m_pendingAutoPublishReply = nullptr;
qint64 m_modelReplyPendingSince = -1;
qint64 m_modelReplyPendingSince = -1;
qint64 m_autoPublishReplyPendingSince = -1;
bool m_shutdown = false;