[Webkit-unassigned] [Bug 93492] [Qt] Make it possible to build without QtTest/QtPrintSuport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 9 22:25:57 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93492





--- Comment #4 from Simon Hausmann <hausmann at webkit.org>  2012-08-09 22:26:24 PST ---
(From update of attachment 157241)
View in context: https://bugs.webkit.org/attachment.cgi?id=157241&action=review

> Source/WebKit/qt/Api/qwebframe.cpp:1468
> +#if HAVE(QTPRINTSUPPORT)

I think here and in the other function it might be good to have an

    #else
    UNUSED_PARAM(printer)
    #endif

or the like, to avoid a compiler warning.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list