Renaming StopppedState to StoppedState
Change-Id: Ib23e9795960f40b46c0b2441ec03e8b1812033e5 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
931c2d3ffe
commit
80f37d2d80
@@ -71,7 +71,7 @@ class QDeclarativeSoundInstance : public QObject
|
||||
public:
|
||||
enum State
|
||||
{
|
||||
StopppedState = QSoundInstance::StopppedState,
|
||||
StoppedState = QSoundInstance::StoppedState,
|
||||
PlayingState = QSoundInstance::PlayingState,
|
||||
PausedState = QSoundInstance::PausedState
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user