Splint or PCLint Configuration for use with QT?
-
Hi,
Would anyone be willing to post their splint or pc-lint configuration file that they use with QT?
Tim
-
maybe "this":http://lists.trolltech.com/qt-interest/2005-11/thread00539-0.html helps a bit?
I couldn't find out how to get rid of
Info 840: Use of nul character in a string literal
in
@connect(poProps, SIGNAL(mySignal(QString)), this, SLOT(mySlot(QString)));@