aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mfeedback/ut_mfeedback.cpp
AgeCommit message (Collapse)Author
2010-09-16Changes: Deprecated MFeedbackPlayer classAntti Pulakka
RevBy: Daniel d'Andrada Details: The goal is to allow hiding of MFeedbackPlayer class from the public API. All necessary functionality regarding to input feedbacks should come from class MFeedback. Please note the deprecation of MApplication::feedbackPlayer() and MComponentData::feedbackPlayer() as well. Updated unit test for MFeedback - Added test against MFeedback::play(const QString&) Adapted implementation for MFeedbackPlayer deprecation Updated input feedback documentation
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger