changeset 29 | b72c6db6890b |
parent 19 | fcece45ef507 |
child 30 | 5dc02b23752f |
--- a/src/gui/kernel/qapplication_p.h Fri Jun 11 14:24:45 2010 +0300 +++ b/src/gui/kernel/qapplication_p.h Wed Jun 23 19:07:03 2010 +0300 @@ -566,7 +566,8 @@ void _q_readRX71MultiTouchEvents(); #endif -#if defined(Q_WS_S60) +#if defined(Q_OS_SYMBIAN) + int pressureSupported; int maxTouchPressure; QList<QTouchEvent::TouchPoint> appAllTouchPoints; #endif