QFeedbackEffect?
-
I've been reading a bunch of sites that say that QFeedback api in QMobility isn't supported in Symbian yet. I'm trying to get tactile feedback in my application. Does anyone know when it will be available?
I want to be able to call:
@QFeedbackEffect::playThemeEffect(QFeedbackEffect::ThemeBasicButton);@
This is what I have in my .pro file:
@CONFIG += mobility
MOBILITY = feedback@am I missing some libraries?
I'm getting this compiling error:
@'QFeedbackEffect' has not been declared@