* Make the type signature for slots and signals more similar to those in the moc...
commit1ef65c3da31df7e83f3331fe8f683d7ba0cce380
authorrdale <rdale@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sat, 5 Jul 2008 12:59:31 +0000 (5 12:59 +0000)
committerrdale <rdale@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sat, 5 Jul 2008 12:59:31 +0000 (5 12:59 +0000)
tree86c23816ce51fd4c8e6076e3519cbcb1895fbc8a
parentd99cb25317fbe6fa3c40988e7ae5cb679a67e1ad
* Make the type signature for slots and signals more similar to those in the moc generated
  code. Remove 'const' and '&' from the arguments, and don't fully resolve the types, just
  use the type as was originally written in the C++ code for the slot.
* Don't resolve typedefs for qint64 and quint64 as they are platform specific and it might
  be necessary to have platform specific marshallers

CCMAIL: kde-bindings@kde.org

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings@828333 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
kalyptus/kalyptusCxxToKimono.pm
kalyptus/kalyptusDataDict.pm