aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-12-09 15:56:26 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:12:08 -0300
commit627624f6b5bf1135cd97052baae52286e8e16024 (patch)
tree7c62cb42589ec632628cc628ce2ffaff3300de5a /libshiboken
parent8dfeff8c11077f2f504476e282b11c3ca0a8cd83 (diff)
Code generated for Qt's signals wrapping now deal with arguments with default values.
For instance, the "QAbstractButton::clicked(bool checked = false)" signal, can be connected using the two signatures "clicked()" and "clicked(bool)". Using button.clicked.connect(callback_function) could cause the binding to connect to "clicked(bool)", instead of "clicked()", leaving the user unaware of it. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'libshiboken')
0 files changed, 0 insertions, 0 deletions