diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-08 17:14:38 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-08 17:14:38 +0000 |
| commit | 883a434ca582f390a679a7b6abc8c8fb324e752c (patch) | |
| tree | 68417bd1612b691bf84205bc83abf778d3514999 /src/qmmpui/playlistmanager.h | |
| parent | a8974d96755c7afa63dc83cfeaad8f1561f2e4f9 (diff) | |
| download | qmmp-883a434ca582f390a679a7b6abc8c8fb324e752c.tar.gz qmmp-883a434ca582f390a679a7b6abc8c8fb324e752c.tar.bz2 qmmp-883a434ca582f390a679a7b6abc8c8fb324e752c.zip | |
fixed api documentation and copyright year
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4133 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index 1903fcae3..6962fb2ba 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2013 by Ilya Kotov * + * Copyright (C) 2009-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -145,7 +145,7 @@ public slots: */ void activatePlayList(int index); /*! - * Creates new playlist with the given name \b name. + * Creates and selects new playlist with the given name \b name. */ PlayListModel *createPlayList(const QString &name = QString()); /*! |
