From d44fb37b3ac7b3cbebece766fac4a421559b8dc7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 1 Mar 2016 11:34:33 +0000 Subject: changed api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6144 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/uihelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/uihelper.cpp') diff --git a/src/qmmpui/uihelper.cpp b/src/qmmpui/uihelper.cpp index bd2cf9c5c..2e8863580 100644 --- a/src/qmmpui/uihelper.cpp +++ b/src/qmmpui/uihelper.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2014 by Ilya Kotov * + * Copyright (C) 2008-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -132,7 +132,7 @@ QMenu *UiHelper::createMenu(MenuType type, const QString &title, QWidget *parent return 0; } -void UiHelper::addFile(QWidget *parent, PlayListModel *model) +void UiHelper::addFiles(QWidget *parent, PlayListModel *model) { QStringList filters; filters << tr("All Supported Bitstreams")+" (" + -- cgit v1.2.3-13-gbd6f