MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setRequestInitialSync

Method setRequestInitialSync

common/propertysyncer.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36PropertySyncer::~PropertySyncer() = default;
37
38void PropertySyncer::setRequestInitialSync(bool initialSync)
39{
40 m_initialSync = initialSync;
41}
42
43void PropertySyncer::addObject(Protocol::ObjectAddress addr, QObject *obj)
44{

Callers 2

ClientMethod · 0.80
testSyncMethod · 0.80

Calls

no outgoing calls

Tested by 1

testSyncMethod · 0.64