Normalizing signals and slots

Olivier Goffart ogoffart at kde.org
Sun Jan 14 00:42:25 GMT 2007


Le dimanche 14 janvier 2007 00:24, Olivier Goffart a écrit :
> - It would be easy to write an automated script to do that.

See the attached program.

g++ -I /opt/qt4/include/QtCore/ -L /opt/qt4/lib -lQtCore 
normalizesignature.cc -o normalizesignature

find -name \*.cc -or -name \*.cpp | xargs ./normalizesignature


(I hope there is not false positive)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: normalizesignature.cc
Type: text/x-c++src
Size: 1134 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070114/9229a61f/attachment.cc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070114/9229a61f/attachment.sig>


More information about the kde-core-devel mailing list