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

Method setIntProp

tests/propertysyncertest.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 return p1;
35 }
36 void setIntProp(int i)
37 {
38 if (p1 == i)
39 return;
40 p1 = i;
41 emit intPropChanged();
42 }
43
44signals:
45 void intPropChanged();

Callers 2

testSyncMethod · 0.45
testQtObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected