Replace Q_SIGNALS and Q_SLOTS

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/25/head
Michele Calgaro 3 months ago
parent 184496dac0
commit 8d87cac6a3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -247,7 +247,7 @@
<slot>one()</slot> <slot>one()</slot>
</connection> </connection>
</connections> </connections>
<Q_SLOTS> <slots>
<slot>one()</slot> <slot>one()</slot>
<slot>two()</slot> <slot>two()</slot>
<slot>three()</slot> <slot>three()</slot>
@ -262,6 +262,6 @@
<slot>minus()</slot> <slot>minus()</slot>
<slot>equals()</slot> <slot>equals()</slot>
<slot>setCap()</slot> <slot>setCap()</slot>
</Q_SLOTS> </slots>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

Loading…
Cancel
Save