mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T367, info objects are also read, as the files are small and sApp->isInternetAccessible() is not fully reliable (Qt Accessibility bug)
This commit is contained in:
@@ -179,6 +179,11 @@ namespace BlackCore
|
||||
const CDbInfoList infoObjects = CDbInfoList::fromDatabaseJson(res.getJsonArray());
|
||||
const int n = infoObjects.size();
|
||||
|
||||
// Service URL => DB data
|
||||
// DB data directory => shared files
|
||||
const QString urlStr = nwReply->url().toString();
|
||||
Q_UNUSED(urlStr); // debug only
|
||||
|
||||
// this part needs to be synchronized
|
||||
{
|
||||
QWriteLocker wl(&m_lockInfoObjects);
|
||||
|
||||
Reference in New Issue
Block a user