aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qinstallmsghandler_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Strip the text received from message handler.Hugo Parente Lima2012-03-081-1/+1
| | | | | This was needed because now qWarning, etc, are using stream operators for security reasons, and those operators add spaces at end.
* Adding qInstallMsgHandler() method support.Luciano Wolf2010-06-211-0/+53
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.lima@openbossa.org>