Replace Q_SIGNALS and Q_SLOTS

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/31/head
Michele Calgaro 4 months ago
parent 28388d4ea2
commit 31eb157b2f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -301,10 +301,10 @@
<tabstop>cancelBtn</tabstop> <tabstop>cancelBtn</tabstop>
<tabstop>okBtn</tabstop> <tabstop>okBtn</tabstop>
</tabstops> </tabstops>
<Q_SLOTS> <slots>
<slot>addToList()</slot> <slot>addToList()</slot>
<slot>resetList()</slot> <slot>resetList()</slot>
</Q_SLOTS> </slots>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includes> <includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kpushbutton.h</include>

Loading…
Cancel
Save