mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T177, added direct write flag because only direct writes require a consolidation
This commit is contained in:
@@ -138,7 +138,7 @@ namespace BlackCore
|
||||
emit this->publishedModels(modelsPublished, modelsSkipped, msgs, sendingSuccessful, directWrite);
|
||||
if (!modelsPublished.isEmpty())
|
||||
{
|
||||
emit this->publishedModelsSimplified(modelsPublished);
|
||||
emit this->publishedModelsSimplified(modelsPublished, directWrite);
|
||||
}
|
||||
Q_UNUSED(c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user