aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/uihelper.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-03-01 11:34:33 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-03-01 11:34:33 +0000
commitd44fb37b3ac7b3cbebece766fac4a421559b8dc7 (patch)
tree7df08296a11d0880015ca318ed2456311c8893c5 /src/qmmpui/uihelper.h
parent5b7ac8f9364adc4f455f7efe499c255431bb5ee8 (diff)
downloadqmmp-d44fb37b3ac7b3cbebece766fac4a421559b8dc7.tar.gz
qmmp-d44fb37b3ac7b3cbebece766fac4a421559b8dc7.tar.bz2
qmmp-d44fb37b3ac7b3cbebece766fac4a421559b8dc7.zip
changed api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6144 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/uihelper.h')
-rw-r--r--src/qmmpui/uihelper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/uihelper.h b/src/qmmpui/uihelper.h
index bec1f4a10..309b871f3 100644
--- a/src/qmmpui/uihelper.h
+++ b/src/qmmpui/uihelper.h
@@ -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 *
@@ -88,11 +88,11 @@ public:
*/
QMenu *createMenu(MenuType type, const QString &title = QString(), QWidget *parent = 0);
/*!
- * Opens 'Add File' dialog
+ * Opens 'Add Files' dialog
* @param parent Parent widget
* @param model Destination playlist model
*/
- void addFile(QWidget *parent = qApp->activeWindow(),
+ void addFiles(QWidget *parent = qApp->activeWindow(),
PlayListModel *model = PlayListManager::instance()->selectedPlayList());
/*!
* Opens 'Play Files' dialog