Formatting, messages

This commit is contained in:
Klaus Basan
2017-09-17 23:32:03 +02:00
committed by Mathew Sutcliffe
parent 3c97d68430
commit 1aa8cfb1e8
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ namespace BlackCore
//! Set marker for read failed
//! \threadsafe
//! \deprecated likely to be removed
//! \deprecated 2017-09 likely to be removed, using m_urlReadLog in future
void setMarkedAsFailed(bool failed);
//! Get the read log
@@ -116,7 +116,7 @@ namespace BlackCore
void logNetworkReplyReceived(QNetworkReply *reply);
//! Use this to log inconsistent data
//! \remark here in a single place severity / format can be adjusted
//! \remark here in a single function severity / format can be adjusted
static void logInconsistentData(const BlackMisc::CStatusMessage &msg, const char *funcInfo = nullptr);
private: