Renaming StopppedState to StoppedState

Change-Id: Ib23e9795960f40b46c0b2441ec03e8b1812033e5
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Angus Cummings
2012-06-07 11:01:28 +10:00
committed by Qt by Nokia
parent 931c2d3ffe
commit 80f37d2d80
5 changed files with 10 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ class QDeclarativeSoundInstance : public QObject
public:
enum State
{
StopppedState = QSoundInstance::StopppedState,
StoppedState = QSoundInstance::StoppedState,
PlayingState = QSoundInstance::PlayingState,
PausedState = QSoundInstance::PausedState
};