From 883a434ca582f390a679a7b6abc8c8fb324e752c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 8 Mar 2014 17:14:38 +0000 Subject: 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 --- src/qmmpui/playlistmanager.cpp | 2 +- src/qmmpui/playlistmanager.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/qmmpui/playlistmanager.cpp b/src/qmmpui/playlistmanager.cpp index 06276b0d9..dae0aac7d 100644 --- a/src/qmmpui/playlistmanager.cpp +++ b/src/qmmpui/playlistmanager.cpp @@ -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 * 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()); /*! -- cgit v1.2.3-13-gbd6f