[AFV] Style, Doxygen

This commit is contained in:
Klaus Basan
2019-10-23 23:11:37 +02:00
parent d989bca919
commit cde18d23aa
11 changed files with 40 additions and 25 deletions

View File

@@ -668,10 +668,10 @@ namespace BlackCore
void CSetupReader::networkReplyProgress(int logId, qint64 current, qint64 max, const QUrl &url)
{
Q_UNUSED(url);
Q_UNUSED(logId);
Q_UNUSED(current);
Q_UNUSED(max);
Q_UNUSED(url)
Q_UNUSED(logId)
Q_UNUSED(current)
Q_UNUSED(max)
}
CStatusMessageList CSetupReader::manageSetupAvailability(bool webRead, bool localRead)