[Webkit-unassigned] [Bug 47427] [Qt] build error in WebKit/qt/Api/qwebpage.cpp in Qt 4.7.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 6 11:39:42 PDT 2010


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





--- Comment #3 from Bastian <forummails at nurfuerspam.de>  2010-11-06 11:39:42 PST ---
WebKit/qt/Api/qwebpage.ccp 1571:
bool accepted = frame->eventHandler()->handleTouchEvent(PlatformTouchEvent(event));

                         ^^^ Method is only available, if marco TOUCH_EVENTS is available, see WebCore/page/EventHandler.h 209:
#if ENABLE(TOUCH_EVENTS)
    bool handleTouchEvent(const PlatformTouchEvent&);
#endif


For my understanding, my compiler is correctly complaining, when TOUCH_EVENTS is not set:
../WebKit/qt/Api/qwebpage.cpp:1571: error: 'class WebCore::EventHandler' has no member named 'handleTouchEvent'

-- 
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