Fix a number of other qdoc issues.
* Several places needed the forward class declaration hack * Missing/wrong minor version numbers on imports * A few typos * Any number of attempts to work around qdoc * A few missing docs * Tweaked soundeffect docs Change-Id: I3c2ab998a11cbb0956712e0423e01fdb70f5bfff Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: Angus Cummings <angus.cummings@nokia.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com>
This commit is contained in:
committed by
Qt by Nokia
parent
e975897ad7
commit
6931cbb35a
@@ -284,7 +284,7 @@ QMediaContent QMediaPlaylist::currentMedia() const
|
||||
Returned value depends on the size of playlist, current position
|
||||
and playback mode.
|
||||
|
||||
\sa QMediaPlaylist::playbackMode
|
||||
\sa QMediaPlaylist::playbackMode(), previousIndex()
|
||||
*/
|
||||
int QMediaPlaylist::nextIndex(int steps) const
|
||||
{
|
||||
@@ -295,7 +295,7 @@ int QMediaPlaylist::nextIndex(int steps) const
|
||||
Returns the index of the item, which would be current after calling previous()
|
||||
\a steps times.
|
||||
|
||||
\sa QMediaPlaylist::playbackMode
|
||||
\sa QMediaPlaylist::playbackMode(), nextIndex()
|
||||
*/
|
||||
|
||||
int QMediaPlaylist::previousIndex(int steps) const
|
||||
|
||||
Reference in New Issue
Block a user