diff options
Diffstat (limited to 'src/qmmpui/playstate.h')
| -rw-r--r-- | src/qmmpui/playstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playstate.h b/src/qmmpui/playstate.h index a2b525f7d..554afcf11 100644 --- a/src/qmmpui/playstate.h +++ b/src/qmmpui/playstate.h @@ -31,12 +31,12 @@ class PlayState { public: /*! Makes single step forward through songs list. - * If the step has done returns \b true, otherwise \b false + * If the step has done returns \b true, otherwise returns \b false */ virtual bool next() = 0; /*! Makes single step back through songs list. - * If the step has done returns \b true, otherwise \b false + * If the step has done returns \b true, otherwise returns \b false */ virtual bool previous() = 0; |
