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

Method setIntProp2

tests/propertybindertest.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void setIntProp2(int i)
48 {
49 if (p2 == i)
50 return;
51 p2 = i;
52 emit intProp2Changed();
53 }
54
55signals:
56 void intPropChanged();

Callers 1

testMultiBindingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected