From: Laszlo Agocs Date: Thu, 1 Sep 2011 06:25:22 +0000 (+0300) Subject: Make xcb plugin compile again. X-Git-Tag: qt-v5.0.0-alpha1~3626^2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fad773ba9f424b9aa4feaad2e44ab444d948f91f;p=profile%2Fivi%2Fqtbase.git Make xcb plugin compile again. The name of function handleExposeEvent has not changed. Change-Id: Ida4621bbf988088c0a75f1c93a3332702f0d92b7 Reviewed-on: http://codereview.qt.nokia.com/4037 Reviewed-by: Qt Sanity Bot Reviewed-by: Morten Johan Sørvig --- diff --git a/src/plugins/platforms/xcb/qxcbconnection.cpp b/src/plugins/platforms/xcb/qxcbconnection.cpp index c60e066..a8ffc58 100644 --- a/src/plugins/platforms/xcb/qxcbconnection.cpp +++ b/src/plugins/platforms/xcb/qxcbconnection.cpp @@ -472,7 +472,7 @@ void QXcbConnection::handleXcbEvent(xcb_generic_event_t *event) switch (response_type) { case XCB_EXPOSE: - HANDLE_PLATFORM_WINDOW_EVENT(xcb_expose_event_t, window, handleSynchronousExposeEvent); + HANDLE_PLATFORM_WINDOW_EVENT(xcb_expose_event_t, window, handleExposeEvent); case XCB_BUTTON_PRESS: HANDLE_PLATFORM_WINDOW_EVENT(xcb_button_press_event_t, event, handleButtonPressEvent); case XCB_BUTTON_RELEASE: