mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
[AFV] Style, Doxygen
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user