mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Doxygen and style
This commit is contained in:
@@ -605,6 +605,7 @@ namespace BlackCore
|
||||
return this->initFromLocalResourceFiles(this->getSupportedEntities(), inBackground);
|
||||
}
|
||||
|
||||
//! \cond PRIVATE
|
||||
CStatusMessageList CDatabaseReader::initFromLocalResourceFiles(CEntityFlags::Entity entities, bool inBackground)
|
||||
{
|
||||
const bool overrideNewerOnly = true;
|
||||
@@ -622,6 +623,7 @@ namespace BlackCore
|
||||
return this->readFromJsonFiles(CDirectoryUtils::staticDbFilesDirectory(), entities, overrideNewerOnly);
|
||||
}
|
||||
}
|
||||
//! \endcond
|
||||
|
||||
void CDatabaseReader::setReplyStatus(QNetworkReply::NetworkError status, const QString &message)
|
||||
{
|
||||
|
||||
@@ -1600,6 +1600,7 @@ namespace BlackCore
|
||||
return msgs;
|
||||
}
|
||||
|
||||
//! \cond PRIVATE
|
||||
CStatusMessageList CWebDataServices::initDbCachesFromLocalResourceFiles(CEntityFlags::Entity entities, bool inBackground)
|
||||
{
|
||||
CStatusMessageList msgs;
|
||||
@@ -1620,4 +1621,5 @@ namespace BlackCore
|
||||
);
|
||||
return msgs;
|
||||
}
|
||||
//! \endcond
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user