[calligra] tools/cstester/visualimagecompare: Remove usage of PRETTY_FUNCTION
Cyrille Berger Skott
cberger at cberger.net
Wed Aug 17 21:57:26 BST 2011
Hi,
I get a compilation error:
http://my.cdash.org/viewBuildError.php?buildid=221594
On Wednesday 17 August 2011, Boudewijn Rempt wrote:
> Git commit d61d0a1a5d09e46edc581f31e067a155410c8942 by Boudewijn Rempt.
> Committed on 17/08/2011 at 21:38.
> Pushed by rempt into branch 'master'.
>
> Remove usage of PRETTY_FUNCTION
>
> DO NOT USE THIS. It breaks compilation on Windows unless you do the
> samething as the excel import and redefine it. But don't do that. Just
> don't use it.
>
...
> @@ -125,7 +124,7 @@ void CSTCompareView::keyPressEvent(QKeyEvent * event)
> int CSTCompareView::updateResult(int index)
> {
> QString result(m_result[index]);
> - qDebug() << __PRETTY_FUNCTION__ << result << index;
> +}
and I guess this } is too much.
--
Cyrille Berger Skott
More information about the calligra-devel
mailing list