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

Method setIntProp

tests/propertybindertest.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return p2;
38 }
39 void setIntProp(int i)
40 {
41 if (p1 == i)
42 return;
43 p1 = i;
44 emit intPropChanged();
45 }
46
47 void setIntProp2(int i)
48 {

Callers 3

PropertyBinderTestClass · 0.45
testInitialBindingMethod · 0.45
testMultiBindingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected